Package org.apache.solr.response
API and implementations of
QueryResponseWriter
for formatting
Solr request responses-
Interface Summary Interface Description BinaryQueryResponseWriter Implementations ofBinaryQueryResponseWriter
are used to write response in binary format.QueryResponseWriter Implementations ofQueryResponseWriter
are used to format responses to query requests. -
Class Summary Class Description BasicResultContext BinaryResponseWriter BinaryResponseWriter.Resolver CborResponseWriter A response writer impl that can write results in CBOR (cbor.io) format when wt=cbor.CSVResponseWriter Response writer for csv dataDocsStreamer This streams SolrDocuments from a DocList and applies transformerGeoJSONResponseWriter Extend the standard JSONResponseWriter to support GeoJSON.GraphMLResponseWriter JacksonJsonWriter A JSON ResponseWriter that uses jackson.JacksonJsonWriter.WriterImpl JSONResponseWriter JSONWriter PHPResponseWriter PHPSerializedResponseWriter A description of the PHP serialization format can be found here: http://www.hurring.com/scott/code/perl/serialize/PrometheusResponseWriter Response writer for Prometheus metrics.PythonResponseWriter QueryResponseWriterUtil Static utility methods relating toQueryResponseWriter
sRawResponseWriter Writes a ContentStream directly to the output.ResultContext A class to hold the QueryResult and the QueryRubyResponseWriter SchemaXmlResponseWriter SchemaXmlWriter SmileResponseWriter SmileResponseWriter.SmileWriter SolrQueryResponse SolrQueryResponse
is used by a query handler to return the response to a query request.TabularResponseWriter Base response writer for table-oriented dataTextResponseWriter Base class for text-oriented response writers.XMLResponseWriter XMLWriter