You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Adrien Grand (Jira)" <ji...@apache.org> on 2022/04/05 07:33:00 UTC

[jira] [Resolved] (LUCENE-10456) Implement Weight#count for MultiRangeQuery

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

Adrien Grand resolved LUCENE-10456.
-----------------------------------
    Fix Version/s: 9.2
       Resolution: Fixed

> Implement Weight#count for MultiRangeQuery
> ------------------------------------------
>
>                 Key: LUCENE-10456
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10456
>             Project: Lucene - Core
>          Issue Type: New Feature
>          Components: core/search
>            Reporter: jianping weng
>            Priority: Major
>             Fix For: 9.2
>
>          Time Spent: 5h 50m
>  Remaining Estimate: 0h
>
> for one dimension MultiRangeQuery, we can firstly   merge overlapping ranges to have some unconnected ranges, then the doc count of this multiRangeQuery is the sum of each doc count of these unconnected range. For each unconnected range, we can take advantage of PointRangeQuery count() method.



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