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

Jim Ferenczi resolved LUCENE-8082.
----------------------------------
    Resolution: Fixed

Thanks [~jpountz], I addressed your comment and pushed

> Fix NPE on TopFieldCollectors created with trackTotalHits=false
> ---------------------------------------------------------------
>
>                 Key: LUCENE-8082
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8082
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Jim Ferenczi
>            Priority: Blocker
>             Fix For: master (8.0), 7.2
>
>         Attachments: LUCENE-8082.patch
>
>
> `TopFieldCollectors` are now able to early terminate queries if the index 
> sort matches the search sort. The collector checks the index sort only if it 
> was created with `trackTotalHits=false` but it fails with an NPE if the index 
> is not sorted (index sort is null). We should let users set `trackTotalHits` 
> to false even if the index is not sorted, in such case early termination is 
> not applicable but the collection should work.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to