Re: Lucene Optimization

2016-07-29 Thread Parit Bansal
On 07/13/2016 12:43 AM, Siraj Haider wrote: We currently use Lucene 2.9 and to keep the indexes running faster we optimize the indexes during night. In our application the volume of new documents coming in is very high so most of our indexes have to merge segments during the day too, when the

Lucene Optimization

2016-07-12 Thread Siraj Haider
We currently use Lucene 2.9 and to keep the indexes running faster we optimize the indexes during night. In our application the volume of new documents coming in is very high so most of our indexes have to merge segments during the day too, when the document count reaches certain number. This ca