Nils Diewald | b9dd413 | 2015-02-16 16:32:41 +0000 | [diff] [blame] | 1 | lucene.version = ${project.version} |
| 2 | lucene.name = ${project.name} |
| 3 | |
Nils Diewald | 8d8641b | 2014-09-28 17:37:53 +0000 | [diff] [blame] | 4 | # Lucene Backend properties |
| 5 | lucene.properties = true |
| 6 | lucene.indexDir = [PATH TO INDEX DIRECTORY] |
| 7 | lucene.node.name = [UNIQUE NODE NAME] |
| 8 | lucene.node.baseURI = [LISTEN-URL INCLUDING PORT] |
| 9 | |
| 10 | # Lucene Database properties |
| 11 | lucene.db.class = org.mariadb.jdbc.Driver |
| 12 | lucene.db.URL = jdbc:mysql://[DB_IP]:[DB_PORT]/[DB_NAME] |
| 13 | lucene.db.pwd = [DB_PWD] |
| 14 | lucene.db.user = [DB_USER] |
Nils Diewald | b9dd413 | 2015-02-16 16:32:41 +0000 | [diff] [blame] | 15 | |
| 16 | lucene.index.commit.count = 134217000 |
| 17 | lucene.index.commit.log = log/korap.commit.log |