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

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

Commit 4bb018e9041b8f05bbb7abbb95d7b9e2bacd9764 in lucene's branch 
refs/heads/main from Adrien Grand
[ https://gitbox.apache.org/repos/asf?p=lucene.git;h=4bb018e ]

LUCENE-9620: Fix TestTermQuery failure.


> Add Weight#count(LeafReaderContext)
> -----------------------------------
>
>                 Key: LUCENE-9620
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9620
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Adrien Grand
>            Priority: Minor
>          Time Spent: 4h 40m
>  Remaining Estimate: 0h
>
> We have IndexSearcher#count today, which tries to optimize counting for 
> TermQuery and MatchAllDocsQuery, and falls back to BulkScorer + 
> TotalHitCountCollector otherwise.
> I'm considering moving this to Weight instead, where it'd be a better place 
> to add counting optimizations for other queries, e.g. pure disjunctions over 
> single-valued fields or range queries on points. The default implementation 
> could use a BulkScorer+TotalHitCountCollector like IndexSearcher#count does 
> today.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to