Uses of Class
org.apache.solr.response.BaseResponseWriter.SingleResponseWriter

Packages that use BaseResponseWriter.SingleResponseWriter
org.apache.solr.response   
 

Uses of BaseResponseWriter.SingleResponseWriter in org.apache.solr.response
 

Methods in org.apache.solr.response that return BaseResponseWriter.SingleResponseWriter
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.
 

Methods in org.apache.solr.response with parameters of type BaseResponseWriter.SingleResponseWriter
 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.