Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/olpc/datastore/xapianindex.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/olpc/datastore/xapianindex.py')
-rw-r--r--src/olpc/datastore/xapianindex.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/olpc/datastore/xapianindex.py b/src/olpc/datastore/xapianindex.py
index d653f0e..eec1a01 100644
--- a/src/olpc/datastore/xapianindex.py
+++ b/src/olpc/datastore/xapianindex.py
@@ -153,6 +153,11 @@ class IndexManager(object):
self.write_index.replace(doc)
logger.info("updated %s:%s" % (uid, vid))
self.flush()
+
+ # Disable content indexing for Trial-3.
+ # https://dev.laptop.org/ticket/3058
+ return
+
# now change CREATE to UPDATE as we set the
# properties already
operation = UPDATE