SolrQueryResponse is used by a query handler to return the response to a query request. Note On Returnable Data...
A SolrQueryResponse may contain the following types of Objects generated by the SolrRequestHandler that processed the request.
Other data types may be added to the SolrQueryResponse, but there is no guarantee that QueryResponseWriters will be able to deal with unexpected types.
@version $Id: SolrQueryResponse.java 898152 2010-01-12 02:19:56Z ryan $ @since solr 0.9 | |