org.apache.solr.response
Interface BinaryQueryResponseWriter
- All Superinterfaces:
- NamedListInitializedPlugin, QueryResponseWriter
- All Known Subinterfaces:
- BinaryQueryResponseWriter
- All Known Implementing Classes:
- BinaryResponseWriter, BinaryResponseWriter, GenericBinaryResponseWriter, RawResponseWriter, RawResponseWriter
public interface BinaryQueryResponseWriter
- extends QueryResponseWriter
Implementations of BinaryQueryResponseWriter
are used to
write response in binary format
Functionality is exactly same as its parent class QueryResponseWriter
write(Writer writer, SolrQueryRequest request, SolrQueryResponse response)
method
write
void write(OutputStream out,
SolrQueryRequest request,
SolrQueryResponse response)
throws IOException
- Use it to write the reponse in a binary format
- Throws:
IOException