[tracker: 4/5] Make some properties fulltext indexed without minimum word length
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker: 4/5] Make some properties fulltext indexed without minimum word length
- Date: Thu, 25 Feb 2010 14:07:57 +0000 (UTC)
commit 89d7f452f647b49bc2354a150bf650fd19e53799
Author: Mikael Ottela <mikael ottela ixonos com>
Date: Wed Feb 24 02:04:48 2010 +0200
Make some properties fulltext indexed without minimum word length
data/ontologies/30-nie.ontology | 1 +
data/ontologies/32-nco.ontology | 13 +++++++++++--
data/ontologies/38-nmm.ontology | 2 ++
3 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/data/ontologies/30-nie.ontology b/data/ontologies/30-nie.ontology
index a2a96f0..6f9f33a 100644
--- a/data/ontologies/30-nie.ontology
+++ b/data/ontologies/30-nie.ontology
@@ -35,6 +35,7 @@ nie:title a rdf:Property ;
rdfs:domain nie:InformationElement ;
rdfs:range xsd:string ;
tracker:fulltextIndexed true ;
+ tracker:fulltextNoLimit true ;
tracker:weight 10 ;
tracker:writeback true .
diff --git a/data/ontologies/32-nco.ontology b/data/ontologies/32-nco.ontology
index efb0d5b..3014533 100644
--- a/data/ontologies/32-nco.ontology
+++ b/data/ontologies/32-nco.ontology
@@ -225,7 +225,7 @@ nco:contributor a rdf:Property ;
nco:creator a rdf:Property ;
rdfs:label "creator" ;
- rdfs:comment "Creator of a data object, an entity primarily responsible for the creation of the content of the data object.]" ;
+ rdfs:comment "Creator of a data object, an entity primarily responsible for the creation of the content of the data object." ;
rdfs:subPropertyOf dc:creator , nco:contributor ;
rdfs:domain nie:InformationElement ;
rdfs:range nco:Contact ;
@@ -264,6 +264,7 @@ nco:nameFamily a rdf:Property ;
rdfs:domain nco:PersonContact ;
rdfs:range xsd:string ;
tracker:fulltextIndexed true ;
+ tracker:fulltextNoLimit true ;
tracker:weight 4 .
nco:contactUID a rdf:Property ;
@@ -286,11 +287,12 @@ nco:publisher a rdf:Property ;
nco:country a rdf:Property ;
rdfs:label "country" ;
- rdfs:comment "A part of an address specyfing the country. Inspired by the seventh part of the value of the 'ADR' property as defined in RFC 2426, sec. 3.2.1" ;
+ rdfs:comment "A part of an address specifying the country. Inspired by the seventh part of the value of the 'ADR' property as defined in RFC 2426, sec. 3.2.1" ;
nrl:maxCardinality 1 ;
rdfs:domain nco:PostalAddress ;
rdfs:range xsd:string ;
tracker:fulltextIndexed true ;
+ tracker:fulltextNoLimit true ;
tracker:weight 3 .
nco:nameHonorificPrefix a rdf:Property ;
@@ -354,6 +356,7 @@ nco:nickname a rdf:Property ;
rdfs:domain nco:Contact ;
rdfs:range xsd:string ;
tracker:fulltextIndexed true ;
+ tracker:fulltextNoLimit true ;
tracker:weight 5 .
nco:containsContact a rdf:Property ;
@@ -370,6 +373,7 @@ nco:department a rdf:Property ;
rdfs:domain nco:Affiliation ;
rdfs:range xsd:string ;
tracker:fulltextIndexed true ;
+ tracker:fulltextNoLimit true ;
tracker:weight 4 .
nco:imID a rdf:Property ;
@@ -424,6 +428,7 @@ nco:nameGiven a rdf:Property ;
rdfs:domain nco:PersonContact ;
rdfs:range xsd:string ;
tracker:fulltextIndexed true ;
+ tracker:fulltextNoLimit true ;
tracker:weight 5 .
nco:nameAdditional a rdf:Property ;
@@ -433,6 +438,7 @@ nco:nameAdditional a rdf:Property ;
rdfs:domain nco:PersonContact ;
rdfs:range xsd:string ;
tracker:fulltextIndexed true ;
+ tracker:fulltextNoLimit true ;
tracker:weight 5 .
nco:fullname a rdf:Property ;
@@ -443,6 +449,7 @@ nco:fullname a rdf:Property ;
rdfs:domain nco:Contact ;
rdfs:range xsd:string ;
tracker:fulltextIndexed true ;
+ tracker:fulltextNoLimit true ;
tracker:weight 6 .
nco:streetAddress a rdf:Property ;
@@ -528,6 +535,7 @@ nco:title a rdf:Property ;
rdfs:domain nco:Affiliation ;
rdfs:range xsd:string ;
tracker:fulltextIndexed true ;
+ tracker:fulltextNoLimit true ;
tracker:weight 10 .
nco:voiceMail a rdf:Property ;
@@ -551,6 +559,7 @@ nco:contactGroupName a rdf:Property ;
rdfs:domain nco:ContactGroup ;
rdfs:range xsd:string ;
tracker:fulltextIndexed true ;
+ tracker:fulltextNoLimit true ;
tracker:weight 4 .
nco:contactMediumComment a rdf:Property ;
diff --git a/data/ontologies/38-nmm.ontology b/data/ontologies/38-nmm.ontology
index 83c508e..9084a56 100644
--- a/data/ontologies/38-nmm.ontology
+++ b/data/ontologies/38-nmm.ontology
@@ -52,6 +52,7 @@ nmm:artistName a rdf:Property ;
rdfs:domain nmm:Artist ;
rdfs:range xsd:string ;
tracker:fulltextIndexed true ;
+ tracker:fulltextNoLimit true ;
tracker:weight 6 .
nmm:musicAlbum a rdf:Property ;
@@ -171,6 +172,7 @@ nmm:albumTitle a rdf:Property ;
rdfs:domain nmm:MusicAlbum ;
rdfs:range xsd:string ;
tracker:fulltextIndexed true ;
+ tracker:fulltextNoLimit true ;
tracker:weight 6 .
nmm:albumDuration a rdf:Property ;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]