[ 
https://issues.apache.org/jira/browse/LUCENE-10232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17451330#comment-17451330
 ] 

ASF subversion and git services commented on LUCENE-10232:
----------------------------------------------------------

Commit 51e023bf7a81eeea176f6fe2c295688ee420cdeb in lucene's branch 
refs/heads/branch_9x from Greg Miller
[ https://gitbox.apache.org/repos/asf?p=lucene.git;h=51e023b ]

LUCENE-10232: Fix MultiRangeQuery to confirm all dimensions for a given range 
match


> 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
>            Assignee: Greg Miller
>            Priority: Minor
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> 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.
> Attached PR demonstrates the bug (in a test case) and includes a proposed 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