Re: Lucene stops working

2018-11-02 Thread Erick Erickson
Is this custom code? What method? Can you show us a sample? There's not enough information here to say much. On Fri, Nov 2, 2018 at 7:38 AM egorlex wrote: > > Hi, I am new in Lucene and i have strange problem. Lucene stops working > without any errors after some time. It works fin

Lucene stops working

2018-11-02 Thread egorlex
Hi, I am new in Lucene and i have strange problem. Lucene stops working without any errors after some time. It works fine for 1 day or several hours. I did some investigation and found that 5 IndexReaders are opened in the search method, but they do not close when exiting the method..can it be a