[tracker/fts-limits] Make some properties fulltext indexed without minimum word length
- From: Mikael Ottela <mottela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/fts-limits] Make some properties fulltext indexed without minimum word length
- Date: Thu, 25 Feb 2010 09:00:25 +0000 (UTC)
commit 33df46255996010bd25ceefea7e6bce096bff49f
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 2b5f92a..60fd296 100644
--- a/data/ontologies/30-nie.ontology
+++ b/data/ontologies/30-nie.ontology
@@ -33,6 +33,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 43dbbf2..20d20e2 100644
--- a/data/ontologies/32-nco.ontology
+++ b/data/ontologies/32-nco.ontology
@@ -223,7 +223,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 ;
@@ -262,6 +262,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 ;
@@ -284,11 +285,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 ;
@@ -352,6 +354,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 ;
@@ -368,6 +371,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 ;
@@ -422,6 +426,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 ;
@@ -431,6 +436,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 ;
@@ -441,6 +447,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 ;
@@ -526,6 +533,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 ;
@@ -549,6 +557,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 327178a..730c226 100644
--- a/data/ontologies/38-nmm.ontology
+++ b/data/ontologies/38-nmm.ontology
@@ -50,6 +50,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 ;
@@ -169,6 +170,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]