Package org.apache.solr.response
Class BasicResultContext
- java.lang.Object
- 
- org.apache.solr.response.ResultContext
- 
- org.apache.solr.response.BasicResultContext
 
 
- 
 public class BasicResultContext extends ResultContext 
- 
- 
Field Summary- 
Fields inherited from class org.apache.solr.response.ResultContextREADASBYTES
 
- 
 - 
Constructor SummaryConstructors Constructor Description BasicResultContext(ResponseBuilder rb)BasicResultContext(ResponseBuilder rb, DocList docList)BasicResultContext(DocList docList, ReturnFields returnFields, SolrIndexSearcher searcher, org.apache.lucene.search.Query query, SolrQueryRequest req)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DocListgetDocList()org.apache.lucene.search.QuerygetQuery()SolrQueryRequestgetRequest()Note: do not use the request to get the searcher! A cross-core request may have a different searcher (for the other core) than the original request.ReturnFieldsgetReturnFields()SolrIndexSearchergetSearcher()- 
Methods inherited from class org.apache.solr.response.ResultContextgetProcessedDocuments, wantsScores
 
- 
 
- 
- 
- 
Constructor Detail- 
BasicResultContextpublic BasicResultContext(DocList docList, ReturnFields returnFields, SolrIndexSearcher searcher, org.apache.lucene.search.Query query, SolrQueryRequest req) 
 - 
BasicResultContextpublic BasicResultContext(ResponseBuilder rb) 
 - 
BasicResultContextpublic BasicResultContext(ResponseBuilder rb, DocList docList) 
 
- 
 - 
Method Detail- 
getDocListpublic DocList getDocList() - Specified by:
- getDocListin class- ResultContext
 
 - 
getReturnFieldspublic ReturnFields getReturnFields() - Specified by:
- getReturnFieldsin class- ResultContext
 
 - 
getSearcherpublic SolrIndexSearcher getSearcher() - Specified by:
- getSearcherin class- ResultContext
 
 - 
getQuerypublic org.apache.lucene.search.Query getQuery() - Specified by:
- getQueryin class- ResultContext
 
 - 
getRequestpublic SolrQueryRequest getRequest() Description copied from class:ResultContextNote: do not use the request to get the searcher! A cross-core request may have a different searcher (for the other core) than the original request.- Specified by:
- getRequestin class- ResultContext
 
 
- 
 
-