[tracker/fts-onto-additions] Add some requested properties to be full-text-indexed.



commit 5426852f59db7510538d827bdc590fc0062774d0
Author: Mikael Ottela <mikael ottela ixonos com>
Date:   Thu Feb 18 02:38:47 2010 +0200

    Add some requested properties to be full-text-indexed.

 data/ontologies/32-nco.ontology  |    4 +++-
 data/ontologies/35-ncal.ontology |    4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/data/ontologies/32-nco.ontology b/data/ontologies/32-nco.ontology
index 6ca3649..43dbbf2 100644
--- a/data/ontologies/32-nco.ontology
+++ b/data/ontologies/32-nco.ontology
@@ -572,7 +572,9 @@ nco:emailAddress a rdf:Property ;
 	rdfs:label "emailAddress" ;
 	nrl:maxCardinality 1 ;
 	rdfs:domain nco:EmailAddress ;
-	rdfs:range xsd:string .
+	rdfs:range xsd:string ;
+	tracker:fulltextIndexed true ;
+	tracker:weight 4 .
 
 nco:locality a rdf:Property ;
 	rdfs:label "locality" ;
diff --git a/data/ontologies/35-ncal.ontology b/data/ontologies/35-ncal.ontology
index 57740ed..ba03d92 100644
--- a/data/ontologies/35-ncal.ontology
+++ b/data/ontologies/35-ncal.ontology
@@ -858,7 +858,9 @@ ncal:description a rdf:Property ;
 	rdfs:subPropertyOf nie:description ;
 	nrl:maxCardinality 1 ;
 	rdfs:domain ncal:UnionParentClass ;
-	rdfs:range xsd:string .
+	rdfs:range xsd:string ;
+	tracker:fulltextIndexed true ;
+	tracker:weight 3 .
 
 ncal:encoding a rdf:Property ;
 	rdfs:label "encoding" ;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]