Fix loading the existing search index.

This commit is contained in:
Georg Brandl 2013-01-03 10:36:53 +01:00
parent c428cbe44c
commit dab4377c4f

View File

@ -197,7 +197,7 @@ class IndexBuilder(object):
return rv
self._mapping = load_terms(frozen['terms'])
self._title_mapping = load_terms(frozen['section_terms'])
self._title_mapping = load_terms(frozen['titleterms'])
# no need to load keywords/objtypes
def dump(self, stream, format):