[tracker/rss-enclosures] NMM: NB#179559, Added domainIndex on nie:title for nmm:MusicPiece



commit 64ca148c23b4fdbf0eb758bf5f497b4f5404962a
Author: Philip Van Hoof <philip codeminded be>
Date:   Fri Jul 16 10:58:01 2010 +0200

    NMM: NB#179559, Added domainIndex on nie:title for nmm:MusicPiece

 data/ontologies/38-nmm.ontology |    3 ++-
 data/ontologies/Indices.list    |    3 +++
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/data/ontologies/38-nmm.ontology b/data/ontologies/38-nmm.ontology
index 7a34865..1e026cc 100644
--- a/data/ontologies/38-nmm.ontology
+++ b/data/ontologies/38-nmm.ontology
@@ -13,11 +13,12 @@
 
 nmm: a tracker:Namespace, tracker:Ontology ;
 	tracker:prefix "nmm" ;
-	nao:lastModified "2010-06-02T00:00:50Z" .
+	nao:lastModified "2010-07-16T10:51:50Z" .
 
 nmm:MusicPiece a rdfs:Class ;
 	rdfs:label "Music" ;
 	tracker:notify true ;
+	tracker:domainIndex nie:title ;
 	rdfs:subClassOf nfo:Media .
 
 nmm:SynchronizedText a rdfs:Class ;
diff --git a/data/ontologies/Indices.list b/data/ontologies/Indices.list
index f463da5..d0c4d21 100644
--- a/data/ontologies/Indices.list
+++ b/data/ontologies/Indices.list
@@ -69,6 +69,9 @@
   - Used for retrieving songs by a performer.
   - Used in cases where fts:match is done against the performer as well as the song.
 
+* nie:title domainIndex for nmm:MusicPiece
+  - Used to improve performance of ORDER BY on nie:title
+
 40-mlo:
 * mlo:location:
   - Used for retrieving all content in some specific location



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