Commit df5d1a82 authored by Andreas Jung's avatar Andreas Jung

added TopicIndex

parent 57691407
......@@ -19,8 +19,9 @@ import PathIndex.PathIndex
import TextIndex.TextIndex
import FieldIndex.FieldIndex
import KeywordIndex.KeywordIndex
import TopicIndex.TopicIndex
_indexes = ['TextIndex','KeywordIndex','FieldIndex','PathIndex']
_indexes = ('TextIndex','KeywordIndex','FieldIndex','PathIndex','TopicIndex')
def initialize(context):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment