If you can define one searchable word for the whole log message and index
this word only maybe you can use DB instead.
I apply Analyzer to every and whole log message text - and then I can
quickly find all messages, that have e.g. "NullPointerException" or "user
not found" text or anything else.

In DB using select with "LIKE '%something%'" will do full table scan.
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/lucene-based-log-searcher-tp2247969p2253738.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to