Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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.
Attachments
Issue Links
- is required by
-
SOLR-15257 Add DocSetQuery in lieu of DocSet.getTopFilter
- Closed
- requires
-
SOLR-14256 Remove HashDocSet
- Closed
-
SOLR-14258 DocList (DocSlice) should not implement DocSet
- Closed
- links to