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