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

Packages that use QueryResponseWriter
org.apache.solr.core   
org.apache.solr.response   
 

Uses of QueryResponseWriter in org.apache.solr.core
 

Classes in org.apache.solr.core that implement QueryResponseWriter
 class SolrCore.LazyQueryResponseWriterWrapper
           
 

Fields in org.apache.solr.core with type parameters of type QueryResponseWriter
static Map<String,QueryResponseWriter> SolrCore.DEFAULT_RESPONSE_WRITERS
           
 

Methods in org.apache.solr.core that return QueryResponseWriter
 QueryResponseWriter SolrCore.getQueryResponseWriter(SolrQueryRequest request)
          Returns the appropriate writer for a request.
 QueryResponseWriter SolrCore.getQueryResponseWriter(String writerName)
          Finds a writer by name, or returns the default writer if not found.
 QueryResponseWriter SolrCore.LazyQueryResponseWriterWrapper.getWrappedWriter()
           
 QueryResponseWriter SolrCore.registerResponseWriter(String name, QueryResponseWriter responseWriter)
          NOTE: this function is not thread safe.
 

Methods in org.apache.solr.core with parameters of type QueryResponseWriter
 QueryResponseWriter SolrCore.registerResponseWriter(String name, QueryResponseWriter responseWriter)
          NOTE: this function is not thread safe.
 

Uses of QueryResponseWriter in org.apache.solr.response
 

Subinterfaces of QueryResponseWriter in org.apache.solr.response
 interface BinaryQueryResponseWriter
          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
 

Classes in org.apache.solr.response that implement QueryResponseWriter
 class BinaryResponseWriter
           
 class CSVResponseWriter
           
 class JSONResponseWriter
           
 class PHPResponseWriter
           
 class PHPSerializedResponseWriter
          A description of the PHP serialization format can be found here: http://www.hurring.com/scott/code/perl/serialize/
 class PythonResponseWriter
           
 class RawResponseWriter
          Writes a ContentStream directly to the output.
 class RubyResponseWriter
           
 class XMLResponseWriter
           
 class XSLTResponseWriter
          QueryResponseWriter which captures the output of the XMLWriter (in memory for now, not optimal performancewise), and applies an XSLT transform to it.
 

Methods in org.apache.solr.response that return QueryResponseWriter
protected  QueryResponseWriter RawResponseWriter.getBaseWriter(SolrQueryRequest request)
           
 



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