: Without knowing anything about how Solr is configured, I would guess that it
: is because of a default operator of "OR" making it so that any of those filter
: clauses will match. Give the following filter a try:
that shouldn't matter -- regardless of the default operator the "-" in
front of t
On 11/20/2012 1:27 PM, Ravi Solr wrote:
Can somebody kindly clarify how negative queries work. I having this weird
issue with an analyzed text field. I want to find all docs which don't have
a value in the 'body' field. The field definition and query i am using is
given below. Can somebody tell m