Hello,
We are using Solr cloud 4.8.1, I noticed this behaviour:
Searchig for    q=description:ruby AND (-title:java)    gives 0 results
But removing parenthesizes    q=description:ruby AND -title:java  gives
valid result
Pure negative query with parenthesizes also works well   q=(-title:java)
Is it a bug ?
Thank you



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Strange-behaviour-with-negatives-queries-tp4164710.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to