summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Ottela <mikael.ottela@ixonos.com>2010-02-24 02:04:48 +0200
committerJürg Billeter <j@bitron.ch>2010-02-25 15:01:21 +0100
commit89d7f452f647b49bc2354a150bf650fd19e53799 (patch)
treed9d8e610cc0d3f1889dae0367c356b67208400e9
parent05d4e0f6d20334fc0c3798e904148903158e8598 (diff)
downloadtracker-89d7f452f647b49bc2354a150bf650fd19e53799.tar.gz
Make some properties fulltext indexed without minimum word length
-rw-r--r--data/ontologies/30-nie.ontology1
-rw-r--r--data/ontologies/32-nco.ontology13
-rw-r--r--data/ontologies/38-nmm.ontology2
3 files changed, 14 insertions, 2 deletions
diff --git a/data/ontologies/30-nie.ontology b/data/ontologies/30-nie.ontology
index a2a96f04f..6f9f33ade 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 efb0d5b96..30145332b 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 83c508e3c..9084a5656 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 ;