Package org.apache.solr.response
Class ResultContext
java.lang.Object
org.apache.solr.response.ResultContext
- Direct Known Subclasses:
BasicResultContext
A class to hold the QueryResult and the Query
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract DocListIterator<org.apache.solr.common.SolrDocument> abstract org.apache.lucene.search.QuerygetQuery()abstract SolrQueryRequestNote: 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.abstract ReturnFieldsabstract SolrIndexSearcherboolean
-
Field Details
-
READASBYTES
-
-
Constructor Details
-
ResultContext
public ResultContext()
-
-
Method Details
-
getDocList
-
getReturnFields
-
getSearcher
-
getDocFetcher
-
getQuery
public abstract org.apache.lucene.search.Query getQuery() -
getRequest
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. -
wantsScores
public boolean wantsScores() -
getProcessedDocuments
-