org.apache.solr.search
Class SolrIndexSearcher.QueryResult

java.lang.Object
  extended by org.apache.solr.search.SolrIndexSearcher.QueryResult
Enclosing class:
SolrIndexSearcher

public static class SolrIndexSearcher.QueryResult
extends Object

The result of a search.


Field Summary
 Object groupedResults
           
 
Constructor Summary
SolrIndexSearcher.QueryResult()
           
 
Method Summary
 DocList getDocList()
           
 DocListAndSet getDocListAndSet()
           
 DocSet getDocSet()
           
 boolean isPartialResults()
           
 void setDocList(DocList list)
           
 void setDocListAndSet(DocListAndSet listSet)
           
 void setDocSet(DocSet set)
           
 void setPartialResults(boolean partialResults)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

groupedResults

public Object groupedResults
Constructor Detail

SolrIndexSearcher.QueryResult

public SolrIndexSearcher.QueryResult()
Method Detail

getDocList

public DocList getDocList()

setDocList

public void setDocList(DocList list)

getDocSet

public DocSet getDocSet()

setDocSet

public void setDocSet(DocSet set)

isPartialResults

public boolean isPartialResults()

setPartialResults

public void setPartialResults(boolean partialResults)

setDocListAndSet

public void setDocListAndSet(DocListAndSet listSet)

getDocListAndSet

public DocListAndSet getDocListAndSet()


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.