Package org.apache.solr.handler
package org.apache.solr.handler
Concrete implementations of
SolrRequestHandler-
ClassDescriptionA base class for all analysis request handlers.Serves as the context of an analysis process.TokenStream that iterates over a list of pre-existing TokensThis is an
Attributeused to track the positions of tokens in the analysis chain.Implementation ofAnalysisRequestHandlerBase.TokenTrackingAttribute.The classify expression retrieves a model trained by the train expression and uses it to classify documents from a stream Syntax: classif(model(...), anyStream(...), field="body")All V2 APIs that have a prefix of /api/cluster/Shares common code between various handlers that manipulateContentStreamobjects.An analysis handler that provides a breakdown of the analysis process of provided documents.Provides the ability to specify multiple field types and field names in the same request.Solr Request Handler for graph traversal with streaming functions that responds with GraphML markup.Responsible for orchestrating the actual incremental backup process.Provides functionality of downloading changed index files as well as config files and a timer for scheduling fetches from the leader.Solr MoreLikeThis --Helper class for MoreLikeThis that can be called from other request handlersAn interface for RequestHandlers need to handle all paths under its registered pathDoes nothing other than showing a 404 messagePing Request Handler for reporting SolrCore health to a Load Balancer.A Handler which provides a REST API for replication and serves replication requests from Followers.Base class for all request handlers.Metrics for this handler.Common helper functions for RequestHandlersProvides functionality equivalent to the snapshooter script This is no longer used in standard replication.A default collection of mappings, used to convert strings into stream expressions.Deprecated.Solr Request Handler for streaming data.UpdateHandler that uses content-type to pick the right LoaderAn extension ofUpdateRequestHandlerused solely to register the v2 /update APIs