Hello,
We've created a log management system using lucene 4.3. Each log has about
10 fields and all of them are stored.
We store each hour of the logs in a separate folder so when someone runs a
query only the folders specified in the time frame are searched.
The indexes are loaded using the mmap
Factors
>
> http://searchhub.org/2012/07/23/sizing-hardware-in-the-abstract-why-we-dont-have-a-definitive-answer/
>
> Best,
> Erick
>
> On Sat, Jan 25, 2014 at 1:27 AM, Hamed Ghavamnia
> wrote:
> > Hello,
> >
> > I searched a lot about lucene limits and its
Hello,
I searched a lot about lucene limits and its performance, but I still don't
know how much I can count on it. I'm storing logs and indexing them with
lucene. The event per second is 2000. The format of each log is generally
'fieldname' : 'fieldvalue'.
What search performance should I expect