On Fri, Feb 17, 2017 at 5:42 AM, Michael Peterson <quu...@gmail.com> wrote:
> I have a question about the meaning and behavior of grouping behavior with
> Lucene queries.

For this query:

    host:host_1 AND (NOT location:location_5)

The right hand side is:

    NOT location:location_5

Which matches nothing, as it has no positive clauses. And, of course,
ANDing that with any other query results in matching nothing.

TX

---------------------------------------------------------------------
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