Re: IndexWriter.addIndexes with LeafReader parameter

2016-01-18 Thread Manner RĂ³bert
Hi Christoph, Thanks for the suggestion, it seems to work fine. I have somehow missed this class. Br, Robert On Wed, Jan 13, 2016 at 9:30 AM, Christoph Kaser wrote: > You could try using the org.apache.lucene.index.SlowCodecReader to wrap > your index reader: > SlowCodecReaderWrapper.wrap(ind

Lucene Index is not always created for new documents added in short time

2016-01-18 Thread Ralph Soika
Hi, I have a strange problem with lucene in one of my projects. My business application adds business objects which are stored in a database into a lucene index. So each time a user creates a new business object the data is added into the index. This works all fine. The project is a JSF Web App