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.
irc-search/irc-search.conf

20 lines
223 B

server {
port = 9090
}
indexing {
context {
size = 2
durationSecs = 20
}
runIntervalSecs = 10
flushIntervalSecs = 60
rateLimitPerSec = 1000
}
searching {
maxHits = 1000
messageFieldBoost = 2
}