Hi, I haven't tried that myself so far but may be you can check logstash as well (http://www.loggly.com/2010/11/do-you-have-a-logstash/).
Regards, Lukas On Fri, Jan 14, 2011 at 7:36 AM, Benzion G <benzi...@yahoo.com> wrote: > > 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 > >