public static class SolrIndexSearcher.QueryResult extends Object
Modifier and Type | Field and Description |
---|---|
Object |
groupedResults |
Constructor and Description |
---|
SolrIndexSearcher.QueryResult() |
Modifier and Type | Method and Description |
---|---|
DocList |
getDocList() |
DocListAndSet |
getDocListAndSet() |
DocSet |
getDocSet() |
boolean |
isPartialResults() |
void |
setDocList(DocList list) |
void |
setDocListAndSet(DocListAndSet listSet) |
void |
setDocSet(DocSet set) |
void |
setPartialResults(boolean partialResults) |
public Object groupedResults
public DocList getDocList()
public void setDocList(DocList list)
public DocSet getDocSet()
public void setDocSet(DocSet set)
public boolean isPartialResults()
public void setPartialResults(boolean partialResults)
public void setDocListAndSet(DocListAndSet listSet)
public DocListAndSet getDocListAndSet()