[ https://issues.apache.org/jira/browse/LUCENE-10385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17486571#comment-17486571 ]
ASF subversion and git services commented on LUCENE-10385: ---------------------------------------------------------- Commit e53f32dac453e6de9eb46abc8297abe324d0f44d in lucene's branch refs/heads/branch_9x from Luca Cavanna [ https://gitbox.apache.org/repos/asf?p=lucene.git;h=e53f32d ] LUCENE-10385: Implement Weight#count on IndexSortSortedNumericDocValuesRangeQuery (#635) IndexSortSortedNumericDocValuesRangeQuery can implement its count method and coompute count through a binary search, the same binary search that is used to execute the query itself, whenever all the required conditions are met. > Implement Weight#count on IndexSortSortedNumericDocValuesRangeQuery. > -------------------------------------------------------------------- > > Key: LUCENE-10385 > URL: https://issues.apache.org/jira/browse/LUCENE-10385 > Project: Lucene - Core > Issue Type: Task > Reporter: Adrien Grand > Priority: Minor > Time Spent: 1h 20m > Remaining Estimate: 0h > > This query can count matches by computing the first and last matching doc IDs > using binary search. -- 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