Package org.apache.solr.search
Class DocListAndSet
java.lang.Object
org.apache.solr.search.DocListAndSet
A struct whose only purpose is to hold both a
DocList and a DocSet so that both
may be returned from a single method.
The DocList and DocSet returned should not be modified as they may have been retrieved or inserted into a cache and should be considered shared.
Oh, if only java had "out" parameters or multiple return args...
- Since:
- solr 0.9
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
docList
-
docSet
-
-
Constructor Details
-
DocListAndSet
public DocListAndSet()
-