On 10/10/2013 09:27, Devi pulaparti wrote:

In our search application, queries like  test && usage  do not return
correct results but  test AND usage works fine.  So queries with "&&"
doesn't work but "AND" does. We are using default queryparser with standard
analyzer. Could some one please help me resolving this. please let me know
if you need more details of implementation.

Most likely cause is that the analyzer is discarding non-alphanumeric tokens. Use toString on the query returned by queryparser.parse() to see what's in there.

--
Alan Burlison
--

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to