Re: Migration to Lucene 6.x

2017-08-02 Thread krish mohan
Hi In Lucene 3.x, for search word with special characters, phrase query is formed. For eg: For input *google-chrome-stable*, query formed as "google chrome stable". But in Lucene 6.x, I can't achieve this. Is there any way to achieve it? On Mon, Jul 31, 2017 at 2:53 PM, krish mohan wrot

Re: Migration to Lucene 6.x

2017-07-31 Thread krish mohan
Correction in link. QueryParser(Version matchVersion, String f, Analyzer a) On Mon, Jul 31, 2017 at 2:50

Migration to Lucene 6.x

2017-07-31 Thread krish mohan
Hi I'm using Lucene 4.10.4. QueryParser in LUCENE_30 forms phrase query for input with special characers ($,/,-,...) For eg: For input *google-chrome-stable*, query formed as "google chrome stable". Using QueryParser(Version matchVersion, String f, Analyzer a)