| Package | Description |
|---|---|
| org.apache.solr.response |
| Modifier and Type | Method and Description |
|---|---|
abstract BaseResponseWriter.SingleResponseWriter |
GenericBinaryResponseWriter.getSingleResponseWriter(OutputStream out,
SolrQueryRequest request,
SolrQueryResponse response)
Users of this class should implement this method to define a
BaseResponseWriter.SingleResponseWriter responsible for writing the binary output
given a SolrDocumentList or doc-by-doc, given a
SolrInputDocument. |
protected abstract BaseResponseWriter.SingleResponseWriter |
GenericTextResponseWriter.getSingleResponseWriter(Writer writer,
SolrQueryRequest request,
SolrQueryResponse response)
Deprecated.
Users of this class should implement this method to define a
BaseResponseWriter.SingleResponseWriter responsible for writing text output given a
SolrDocumentList or doc-by-doc, given a SolrInputDocument. |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseResponseWriter.write(BaseResponseWriter.SingleResponseWriter responseWriter,
SolrQueryRequest request,
SolrQueryResponse response)
Deprecated.
The main method that allows users to write
BaseResponseWriter.SingleResponseWriters
and provide them as the initial parameter responseWriter to
this method which defines how output should be generated. |