[tracker/miner-web-review: 40/74] Make some properties fulltext indexed without minimum word length



commit 4e2ce63a7b9044009151b4fa6bd1d7db7e093f61
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 ed41c9e..4ce5023 100644
--- a/data/ontologies/32-nco.ontology
+++ b/data/ontologies/32-nco.ontology
@@ -226,7 +226,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 ;
@@ -265,6 +265,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 ;
@@ -287,11 +288,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 ;
@@ -355,6 +357,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 ;
@@ -371,6 +374,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 ;
@@ -425,6 +429,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 ;
@@ -434,6 +439,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 ;
@@ -444,6 +450,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 ;
@@ -529,6 +536,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 ;
@@ -552,6 +560,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]