blob: 1e1002fa8f87f663346e551b45aed60e1f7863d1 [file] [log] [blame]
Michael Hanl60b48fd2014-09-25 17:00:57 +00001# Lucene Backend properties
2lucene.properties = true
3lucene.index = /data/indices
4lucene.index.commit.count = 134217000
5lucene.index.commit.log = log/korap.commit.log
6
7# Not active at the moment:
8lucene.index.search.count.default = 25
9lucene.index.search.count.max = 100
10lucene.index.search.context.left.type = token
11lucene.index.search.context.left.default = 6
12lucene.index.search.context.left.max = 12
13lucene.index.search.context.right.type = token
14lucene.index.search.context.right.default = 6
15lucene.index.search.context.right.max = 12