~tracker-team/tracker/tracker.head

« back to all changes in this revision

Viewing changes to debian/patches/01-nfo-belongsToContainer-index.patch

  • Committer: Chris Coulson
  • Date: 2010-08-06 01:10:08 UTC
  • Revision ID: chrisccoulson@ubuntu.com-20100806011008-yon6mktkr71z9cai
Drop 01-nfo-belongsToContainer-index.patch for now

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From 8f07a61436c4244d865a2b0d4e11da0bf721ae2e Mon Sep 17 00:00:00 2001
2
 
From: Michael Biebl <biebl@debian.org>
3
 
Date: Mon, 28 Jun 2010 01:11:01 +0200
4
 
Subject: [PATCH] Revert "NFO: After careful measuring we noticed that this index isn't faster"
5
 
 
6
 
Causes serious performance regression during crawling stage.
7
 
This reverts commit 8f9c0853f0ea69c329057394a1ed411abdad50e6.
8
 
---
9
 
 data/ontologies/33-nfo.ontology |    3 ++-
10
 
 data/ontologies/Indices.list    |    2 ++
11
 
 2 files changed, 4 insertions(+), 1 deletions(-)
12
 
 
13
 
diff --git a/data/ontologies/33-nfo.ontology b/data/ontologies/33-nfo.ontology
14
 
index 6a60098..4e0e4f2 100644
15
 
--- a/data/ontologies/33-nfo.ontology
16
 
+++ b/data/ontologies/33-nfo.ontology
17
 
@@ -12,7 +12,7 @@
18
 
 
19
 
 nfo: a tracker:Namespace, tracker:Ontology ;
20
 
        tracker:prefix "nfo" ;
21
 
-       nao:lastModified "2010-06-17T17:06:00Z" .
22
 
+       nao:lastModified "2010-04-30T16:12:00Z" .
23
 
 
24
 
 nfo:Document a rdfs:Class ;
25
 
        rdfs:label "Document" ;
26
 
@@ -330,6 +330,7 @@ nfo:belongsToContainer a rdf:Property ;
27
 
        rdfs:subPropertyOf nie:isPartOf ;
28
 
        nrl:maxCardinality 1 ;
29
 
        rdfs:domain nie:DataObject ;
30
 
+       tracker:indexed true ;
31
 
        rdfs:range nfo:DataContainer .
32
 
 
33
 
 nfo:aspectRatio a rdf:Property ;