/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to loggerhead/history.py

  • Committer: Michael Hudson
  • Date: 2008-06-11 01:41:59 UTC
  • Revision ID: michael.hudson@canonical.com-20080611014159-ocmzuu2v5wfiry0l
disable the filling of the search index
not a good solution, but better than the status quo...

Show diffs side-by-side

added added

removed removed

Lines of Context:
312
312
    def check_rebuild(self):
313
313
        if self._change_cache is not None:
314
314
            self._change_cache.check_rebuild()
315
 
        if self._index is not None:
316
 
            self._index.check_rebuild()
 
315
        #if self._index is not None:
 
316
        #    self._index.check_rebuild()
317
317
 
318
318
    last_revid = property(lambda self: self._last_revid, None, None)
319
319