Lucene as syslog storage
Hello, I would like to write a application to browse around and search the log files of linux machines, like www.splunk.org does. Would lucene be the right db to store such text information ? Because the log info should be stored in the db continuously and not as batch, this would create many thousand small documents. Is this a problem for lucene ? Bye Andreas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Lucene as syslog storage
Ray Tsang wrote: > I think it ultimately depends on what you would like to do with the > stored data? Would you need more of full text searches on the log or > more of statistical anlaysis? > > ray, Hello Ray, possibly both, but the full text filtering is more important. Bye Andreas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]