You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Greg Miller (Jira)" <ji...@apache.org> on 2021/11/30 22:40:00 UTC

[jira] [Resolved] (LUCENE-10232) MultiRangeQuery incorrectly matches docs that only match on a single dimension

     [ https://issues.apache.org/jira/browse/LUCENE-10232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Miller resolved LUCENE-10232.
----------------------------------
    Fix Version/s: 9.0
       Resolution: Fixed

> 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
>             Fix For: 9.0
>
>          Time Spent: 1h 40m
>  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: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org