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

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

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

LUCENE-10629: Fix NullPointerException.

I hit a NPE while running tests. `Weight#scorer` may return `null`, but not
`Scorer#iterator`.


> Add fastMatchQuery param to MatchingFacetSetCounts
> --------------------------------------------------
>
>                 Key: LUCENE-10629
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10629
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Marc D'Mello
>            Assignee: Shai Erera
>            Priority: Minor
>             Fix For: 9.4
>
>          Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> Some facet counters, like {{RangeFacetCounts}}, allow the user to pass in a 
> {{fastMatchQuery}} parameter in order to quickly and efficiently filter out 
> documents in the passed in match set. We should create this same parameter in 
> {{MatchingFacetSetCounts}} as well.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to