|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.solr.search.DocListAndSet
public final class 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...
Field Summary | |
---|---|
DocList |
docList
|
DocSet |
docSet
|
Constructor Summary | |
---|---|
DocListAndSet()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public DocList docList
public DocSet docSet
Constructor Detail |
---|
public DocListAndSet()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |