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
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