hi,
I've created an Analyzer that performs a few filtering tasks, including
creating Shingles and term Replacements among other things.
I use that Analyzer with IndexWriter and it works as expected. but when
I use that same Analyzer with QueryParser
(org.apache.lucene.queryparser.classic.Qu
NRT search (http://wiki.apache.org/lucene-java/NearRealtimeSearch)
On Sat, Jan 12, 2013 at 6:50 AM, saisantoshi wrote:
> I was just going through compiling our sources against 4.0 and it seems
> there
> are quite some API changes. Any major functionality changes from 2.4 - 4.0?
> with respect to