Uses of Interface
org.apache.solr.response.BinaryQueryResponseWriter

Packages that use BinaryQueryResponseWriter
org.apache.solr.request   
org.apache.solr.response   
 

Uses of BinaryQueryResponseWriter in org.apache.solr.request
 

Subinterfaces of BinaryQueryResponseWriter in org.apache.solr.request
 interface BinaryQueryResponseWriter
          Deprecated. use org.apache.solr.response.BinaryQueryResponseWriter
 

Uses of BinaryQueryResponseWriter in org.apache.solr.response
 

Classes in org.apache.solr.response that implement BinaryQueryResponseWriter
 class BinaryResponseWriter
           
 class GenericBinaryResponseWriter
          A generic QueryResponseWriter implementation that requires a user to implement the GenericBinaryResponseWriter.getSingleResponseWriter(OutputStream, SolrQueryRequest, SolrQueryResponse) that defines a BaseResponseWriter.SingleResponseWriter to handle the binary output.
 class RawResponseWriter
          Writes a ContentStream directly to the output.
 



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