RE: KeywordAnalyzer still getting tokenized on spaces

2014-09-09 Thread Milind
"matchQuery" and is in most > cases the approach you should use, if you don't need "syntax". > > Uwe > > - > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > > > > -----Origina

RE: KeywordAnalyzer still getting tokenized on spaces

2014-09-09 Thread Uwe Schindler
eptember 09, 2014 9:37 AM > To: java-user@lucene.apache.org > Subject: Re: KeywordAnalyzer still getting tokenized on spaces > > The result of QueryParser is confusing. The problem is that you assume the > query parser uses the analyzer to parse your query. However, that is not the > case

Re: KeywordAnalyzer still getting tokenized on spaces

2014-09-09 Thread atawfik
The result of QueryParser is confusing. The problem is that you assume the query parser uses the analyzer to parse your query. However, that is not the case. The query parser first parses the query string, then applies the analyzer. In other words, the query parser will split the query string usin