org.apache.solr.response
Interface BinaryQueryResponseWriter

All Superinterfaces:
NamedListInitializedPlugin, QueryResponseWriter
All Known Implementing Classes:
BinaryResponseWriter, 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 But it may not implement the write(Writer writer, SolrQueryRequest request, SolrQueryResponse response) method


Field Summary
 
Fields inherited from interface org.apache.solr.response.QueryResponseWriter
CONTENT_TYPE_TEXT_ASCII, CONTENT_TYPE_TEXT_UTF8, CONTENT_TYPE_XML_UTF8
 
Method Summary
 void write(OutputStream out, SolrQueryRequest request, SolrQueryResponse response)
          Use it to write the reponse in a binary format
 
Methods inherited from interface org.apache.solr.response.QueryResponseWriter
getContentType, init, write
 

Method Detail

write

void write(OutputStream out,
           SolrQueryRequest request,
           SolrQueryResponse response)
           throws IOException
Use it to write the reponse in a binary format

Throws:
IOException


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.