Description
DocList is an internal interface used to hold the documents we'll ultimately return from search. It has one implementation – DocSlice. It implements DocSet but I think that was a mistake. Basically no-where does Solr depend on the fact that a DocList is a DocSet today, and keeping it this way complicates maintenance on DocSet's abstraction.
Attachments
Issue Links
- is related to
-
SOLR-1260 support all DocSet operations in DocSlice
- Closed
- is required by
-
SOLR-14185 add DocSet.getDocIdSetIterator(LeafReaderContext)
- Closed
- links to