Re: Strange behaviour with negatives queries

2014-10-21 Thread lansing
Thank you for your reply -- View this message in context: http://lucene.472066.n3.nabble.com/Strange-behaviour-with-negatives-queries-tp4164710p4165152.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Strange behaviour with negatives queries

2014-10-17 Thread Chris Hostetter
You're seeing an excentric edge case of the way "purely negative" "Boolean Queries" work. in this example... description:ruby AND (-title:java) you have a top level boolean query with two mandatory clauses. the second clause in that top level query is a (bested) boolean query with a s

Strange behaviour with negatives queries

2014-10-17 Thread lansing
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.