QueryResponseWriter for formatting Solr request responsesSee: Description
| Interface | Description | 
|---|---|
| BinaryQueryResponseWriter | Implementations of  BinaryQueryResponseWriterare used to
 write response in binary format. | 
| QueryResponseWriter | Implementations of  QueryResponseWriterare used to format responses to query requests. | 
| Class | Description | 
|---|---|
| BasicResultContext | |
| BinaryResponseWriter | |
| BinaryResponseWriter.Resolver | |
| CSVResponseWriter | |
| DocsStreamer | This streams SolrDocuments from a DocList and applies transformer | 
| GeoJSONResponseWriter | Extend the standard JSONResponseWriter to support GeoJSON. | 
| GraphMLResponseWriter | |
| JSONResponseWriter | |
| PHPResponseWriter | |
| PHPSerializedResponseWriter | A description of the PHP serialization format can be found here:
 http://www.hurring.com/scott/code/perl/serialize/ | 
| PythonResponseWriter | |
| QueryResponseWriterUtil | Static utility methods relating to  QueryResponseWriters | 
| RawResponseWriter | Writes a ContentStream directly to the output. | 
| ResultContext | A class to hold the QueryResult and the Query | 
| RubyResponseWriter | |
| SchemaXmlResponseWriter | |
| SchemaXmlWriter | |
| SmileResponseWriter | |
| SmileResponseWriter.SmileWriter | |
| SolrQueryResponse | SolrQueryResponseis used by a query handler to return
 the response to a query request. | 
| TextResponseWriter | Base class for text-oriented response writers. | 
| WriteableValue | |
| XMLResponseWriter | |
| XMLWriter | |
| XSLTResponseWriter | QueryResponseWriter which captures the output of the XMLWriter
  (in memory for now, not optimal performancewise), and applies an XSLT transform
  to it. | 
QueryResponseWriter for formatting Solr request responsesCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.