[tracker/tracker-0.8] Revert "Added indices to message ontology for query performance"



commit 2fc1ffc9670ed9d4aff9a91b37644b6274937d9f
Author: Martyn Russell <martyn lanedo com>
Date:   Thu Apr 8 17:52:15 2010 +0100

    Revert "Added indices to message ontology for query performance"
    
    This reverts commit be44257ce207c3e39cf03418fce10f01e859ce8c.
    
    This would require a new db version and reindex, only available for 0.9

 data/ontologies/34-nmo.ontology |    2 --
 data/ontologies/Indices.list    |    9 ---------
 2 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/data/ontologies/34-nmo.ontology b/data/ontologies/34-nmo.ontology
index 8249de6..87fc14b 100644
--- a/data/ontologies/34-nmo.ontology
+++ b/data/ontologies/34-nmo.ontology
@@ -94,7 +94,6 @@ nmo:recipient a rdf:Property ;
 
 nmo:from a rdf:Property ;
 	rdfs:comment "The sender of the message." ;
-	tracker:indexed true ;
 	nrl:maxCardinality 1 ;
 	rdfs:domain nmo:Message ;
 	rdfs:range nco:Contact .
@@ -240,7 +239,6 @@ nmo:sentDate a rdf:Property ;
 
 nmo:to a rdf:Property ;
 	rdfs:domain nmo:Message ;
-	tracker:indexed true ;
 	rdfs:range nco:Contact .
 
 nmo:bcc a rdf:Property ;
diff --git a/data/ontologies/Indices.list b/data/ontologies/Indices.list
index bbff39d..e07bef3 100644
--- a/data/ontologies/Indices.list
+++ b/data/ontologies/Indices.list
@@ -22,15 +22,6 @@
   in addition to the class itself
 
 34-nmo:
-* nmo:from:
-  - For use cases where fts:match needs to be done against the assosiated
-  contacts in addition to the class itself
-
-* nmo:to:
-  - For use cases where fts:match needs to be done against the assosiated
-  contacts in addition to the class itself
-
-
 * nmo:sender:
   - ?
 



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