A search engine for IRC logs based on Lucene
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1234567891011121314151617181920 |
- server {
- port = 9090
- }
-
- indexing {
- context {
- size = 2
- durationSecs = 20
- }
-
- runIntervalSecs = 10
- flushIntervalSecs = 60
- rateLimitPerSec = 1000
- }
-
- searching {
- maxHits = 1000
- messageFieldBoost = 2
- }
|