Negative query weirdness
------------------------
Key: SOLR-1658
URL: https://issues.apache.org/jira/browse/SOLR-1658
Project: Solr
Issue Type: Bug
Components: search
Affects Versions: 1.4
Reporter: David Bowen
In the standard Solr example, the queries
# adapter AND NOT power
# adapter AND (NOT power)
are different. The second will never return any results. I find this
surprising. I think the second query should be the same as the first.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.