public interface BinaryQueryResponseWriter extends QueryResponseWriter
BinaryQueryResponseWriter
are used to
write response in binary format.
Functionality is exactly same as its parent class QueryResponseWriter
But it may not implement the write(Writer writer, SolrQueryRequest request, SolrQueryResponse response)
method
CONTENT_TYPE_TEXT_ASCII, CONTENT_TYPE_TEXT_UTF8, CONTENT_TYPE_XML_UTF8
Modifier and Type | Method and Description |
---|---|
void |
write(OutputStream out,
SolrQueryRequest request,
SolrQueryResponse response)
Use it to write the response in a binary format
|
getContentType, init, write
void write(OutputStream out, SolrQueryRequest request, SolrQueryResponse response) throws IOException
IOException
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.