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

David Smiley resolved SOLR-14185.
---------------------------------
    Fix Version/s: main (9.0)
       Resolution: Fixed

Woohoo!  Peeling away at Filter.java and getting optimizations in while we're 
at it :-)

> add DocSet.getDocIdSetIterator(LeafReaderContext)
> -------------------------------------------------
>
>                 Key: SOLR-14185
>                 URL: https://issues.apache.org/jira/browse/SOLR-14185
>             Project: Solr
>          Issue Type: Sub-task
>            Reporter: David Smiley
>            Priority: Major
>             Fix For: main (9.0)
>
>          Time Spent: 6h
>  Remaining Estimate: 0h
>
> Many callers of {{DocSet.getTopFilter()}} really just want to call 
> {{getDocIdSet}} on the Filter and then call {{iterator()}}.  The Bits 2nd arg 
> is also always null or always live-docs so this arg doesn't matter since a 
> Solr DocSet never contains deleted docs.  The goal here is to reduce needless 
> dependencies on the old Filter.



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

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

Reply via email to