[tracker/fts4-fixes: 2/5] ontology: Mark tracker:fulltextNoLimit as deprecated
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/fts4-fixes: 2/5] ontology: Mark tracker:fulltextNoLimit as deprecated
- Date: Thu, 14 Feb 2013 17:37:20 +0000 (UTC)
commit 0a121c9487c094618cf0f57929a3b0d1bc78a817
Author: Carlos Garnacho <carlos lanedo com>
Date: Thu Feb 14 17:48:19 2013 +0100
ontology: Mark tracker:fulltextNoLimit as deprecated
The tokenizer doesn't perform any word length checks anymore
so this is virtually set to "true" on all fulltextIndexed
properties.
data/ontologies/11-rdf.ontology | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/ontologies/11-rdf.ontology b/data/ontologies/11-rdf.ontology
index daf77c6..fa1a5ff 100644
--- a/data/ontologies/11-rdf.ontology
+++ b/data/ontologies/11-rdf.ontology
@@ -96,6 +96,8 @@ tracker:fulltextIndexed a rdf:Property ;
rdfs:range xsd:boolean .
tracker:fulltextNoLimit a rdf:Property ;
+ rdfs:comment "tracker:fulltextNoLimit is deprecated, no word length limits are imposed on FTS" ;
+ nao:deprecated true ;
nrl:maxCardinality 1 ;
rdfs:domain rdf:Property ;
rdfs:range xsd:boolean .
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]