Package org.apache.solr.handler

Concrete implementations of SolrRequestHandler

See:
          Description

Interface Summary
AnalysisRequestHandlerBase.TokenTrackingAttribute This is an Attribute used to track the positions of tokens in the analysis chain.
 

Class Summary
AnalysisRequestHandlerBase A base class for all analysis request handlers.
AnalysisRequestHandlerBase.AnalysisContext Serves as the context of an analysis process.
AnalysisRequestHandlerBase.ListBasedTokenStream TokenStream that iterates over a list of pre-existing Tokens
AnalysisRequestHandlerBase.TokenTrackingAttributeImpl Implementation of AnalysisRequestHandlerBase.TokenTrackingAttribute.
BinaryUpdateRequestHandler Deprecated.
ContentStreamHandlerBase Shares common code between various handlers that manipulate ContentStream objects.
ContentStreamLoader Load a ContentStream into Solr
CSVRequestHandler Deprecated.
DocumentAnalysisRequestHandler An analysis handler that provides a breakdown of the analysis process of provided docuemnts.
DumpRequestHandler  
FieldAnalysisRequestHandler Provides the ability to specify multiple field types and field names in the same request.
JsonUpdateRequestHandler Deprecated.
MoreLikeThisHandler Solr MoreLikeThis -- Return similar documents either based on a single document or based on posted text.
MoreLikeThisHandler.InterestingTerm  
MoreLikeThisHandler.MoreLikeThisHelper Helper class for MoreLikeThis that can be called from other request handlers
PingRequestHandler Ping Request Handler for reporting SolrCore health to a Load Balancer.
RealTimeGetHandler  
ReplicationHandler A Handler which provides a REST API for replication and serves replication requests from Slaves.
RequestHandlerBase  
RequestHandlerUtils Common helper functions for RequestHandlers
SnapPuller

Provides functionality of downloading changed index files as well as config files and a timer for scheduling fetches from the master.

SnapShooter

Provides functionality equivalent to the snapshooter script

StandardRequestHandler All of the following options may be configured for this handler in the solrconfig as defaults, and may be overriden as request parameters.
UpdateRequestHandler UpdateHandler that uses content-type to pick the right Loader
XmlUpdateRequestHandler Deprecated.
XsltUpdateRequestHandler Deprecated.
 

Enum Summary
PingRequestHandler.ACTIONS  
 

Package org.apache.solr.handler Description

Concrete implementations of SolrRequestHandler



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