Analyzer in QueryParser behaves differently from IndexWriter

2013-01-12 Thread Igal @ getRailo.org
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

Re: Upgrade Lucene to latest version (4.0) from 2.4.0

2013-01-12 Thread Naresh
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