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

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

Commit 226880dd33ab77b042d73ff278abd69b29951135 in lucene's branch 
refs/heads/branch_9x from Lu Xugang
[ https://gitbox.apache.org/repos/asf?p=lucene.git;h=226880d ]

LUCENE-10458: BoundedDocSetIdIterator may supply error count in 
Weigth#count(LeafReaderContext) when missingValue enables (#736)


> BoundedDocSetIdIterator may supply error count in 
> Weigth#count(LeafReaderContext) when missingValue enables
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-10458
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10458
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Lu Xugang
>            Priority: Major
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> When IndexSortSortedNumericDocValuesRangeQuery can take advantage of index 
> sort, Weight#count will use BoundedDocSetIdIterator's lastDoc and firstDoc to 
> calculate count, but if missingValue enables, those Documents which not 
> contain DocValues may be involved in calculating count.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to