blob: a418621a2c143693d44883f6a73ab6213414c307 [file] [log] [blame]
Nils Diewaldda080362013-11-30 17:31:43 +00001# Lucene Backend properties
2lucene.properties = true
Nils Diewald9f310832013-12-06 22:38:55 +00003lucene.index = /home/ndiewald/Repositories/korap/KorAP-modules/KorAP-lucene-index/sandbox/index
Michael Hanl8bf98e92013-12-05 22:59:05 +00004lucene.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