ControlledRealTimeReopenThread

2014-12-01 Thread Badano Andrea
Hello, My apologies for a longish question. I am having some problems with a class that tries to ensure that a lucene index is always kept up-to-date with the contents of a mysql master database. Users add, modify, and delete items in the master database, and all changes to the master database

Re: ControlledRealTimeReopenThread

2014-12-01 Thread Badano Andrea
but my advice would be to look at how the documents are being marked for deletion. What are the terms being used to delete them? Are you trying to use lucene docids? -Mike On 12/1/2014 4:22 PM, Badano Andrea wrote: > Hello, > > My apologies for a longish question. > > I am hav

Building non-core jar-files from lucene sources.

2014-12-02 Thread Badano Andrea
Hello, When I build lucene from source using these instructions: https://svn.apache.org/repos/asf/lucene/dev/trunk/lucene/BUILD.txt I end up with only ./build/core/lucene-core-4.10.2-SNAPSHOT.jar I would like to build lucene-analyzers-common-4.10.2.jar and lucene-queryparser-4.10.2.jar as