Package org.apache.solr.response
package org.apache.solr.response
API and implementations of
QueryResponseWriter for formatting
Solr request responses-
ClassDescriptionA response writer impl that can write results in CBOR (cbor.io) format when wt=cbor.Response writer for CSV dataThis streams SolrDocuments from a DocList and applies transformerExtend the standard JSONResponseWriter to support GeoJSON.Used with streaming expressions to export graphs to be visualized.A JSON ResponseWriter that uses jackson.Solr's "javabin" format.JSON
QueryResponseWriter.Response writer for Prometheus metrics.Used to format responses to the client (not necessarily a "query").Writes a ContentStream directly to the output.A class to hold the QueryResult and the QueryA Smile formattingQueryResponseWriter.SolrQueryResponseis used by a query handler to return the response to a query request.Base response writer for table-oriented dataA writer supporting character streams (Writerbased).Delegates write methods to an underlyingOutputStream, but does not delegateOutputStream.flush(), (norOutputStream.close()).Base class for text-oriented response writers.An XMLQueryResponseWriter.