Package org.apache.solr.request

Interface Summary
BinaryQueryResponseWriter Implementations of BinaryQueryResponseWriter are used to write response in binary format Functionality is exactly same as its parent class QueryResponseWriterwrite(Writer writer, SolrQueryRequest request, SolrQueryResponse response) method
QueryResponseWriter Implementations of QueryResponseWriter are used to format responses to query requests.
SolrQueryRequest Container for a request to execute a query.
SolrRequestHandler Implementations of SolrRequestHandler are called to handle query requests.
 

Class Summary
AppendedSolrParams Deprecated. Use org.apache.solr.common.params.AppendedSolrParams
BinaryResponseWriter  
DefaultSolrParams Deprecated. Use org.apache.solr.common.params.DefaultSolrParams.
DisMaxRequestHandler Deprecated. use org.apache.solr.handler.DisMaxRequestHandler
JSONResponseWriter  
LocalSolrQueryRequest  
MapSolrParams Deprecated. Use org.apache.solr.common.params.MapSolrParams
MultiMapSolrParams Deprecated. Use org.apache.solr.common.params.MultiMapSolrParams.
PHPResponseWriter  
PHPSerializedResponseWriter A description of the PHP serialization format can be found here: http://www.hurring.com/scott/code/perl/serialize/
PythonResponseWriter  
RawResponseWriter Writes a ContentStream directly to the output.
RequiredSolrParams Deprecated. Use org.apache.solr.common.params.RequiredSolrParams.
RubyResponseWriter  
ServletSolrParams  
SimpleFacets A class that generates simple Facet information for a request.
SimpleFacets.CountPair<K extends Comparable<? super K>,V extends Comparable<? super V>> A simple key=>val pair whose natural order is such that higher vals come before lower vals.
SolrParams Deprecated. Use org.apache.solr.common.params.SolrParams.
SolrQueryRequestBase Base implementation of SolrQueryRequest that provides some convenience methods for accessing parameters, and manages an IndexSearcher reference.
SolrQueryResponse SolrQueryResponse is used by a query handler to return the response to a query request.
StandardRequestHandler Deprecated. use org.apache.solr.handler.StandardRequestHandler
TextResponseWriter Base class for text-oriented response writers.
UnInvertedField Final form of the un-inverted field: Each document points to a list of term numbers that are contained in that document.
XMLResponseWriter  
XMLWriter  
XSLTResponseWriter QueryResponseWriter which captures the output of the XMLWriter (in memory for now, not optimal performancewise), and applies an XSLT transform to it.
 



Copyright © 2010 Apache Software Foundation. All Rights Reserved.