blob: a53826f3ffed2838dd6fa9ac0c89859c750a600a [file] [log] [blame]
Nils Diewaldda080362013-11-30 17:31:43 +00001# Lucene Backend properties
2lucene.properties = true
Michael Hanl8bf98e92013-12-05 22:59:05 +00003lucene.index = /data/prep_corpus/index/
4lucene.index.commit.count = 134217000
Nils Diewaldc925b492013-12-03 23:56:10 +00005lucene.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