Greg Miller created LUCENE-10232:
------------------------------------

             Summary: MultiRangeQuery incorrectly matches docs that only match 
on a single dimension
                 Key: LUCENE-10232
                 URL: https://issues.apache.org/jira/browse/LUCENE-10232
             Project: Lucene - Core
          Issue Type: Bug
          Components: modules/sandbox
            Reporter: Greg Miller


When {{MultiRangeQuery}} iterates the multiple dimensions to see if any of them 
contain a point/range, it incorrectly short-circuits as soon as one dimension 
matches. It should instead confirm that all dimensions for that range match.

I'll attach a PR shortly with updated tests that show this bug along with a fix.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to