Interface | Description |
---|---|
AnalysisRequestHandlerBase.TokenTrackingAttribute |
This is an
Attribute used to track the positions of tokens
in the analysis chain. |
NestedRequestHandler |
An interface for RequestHandlers need to handle all paths under its registered path
|
ReplicationHandler.PollListener |
Class | Description |
---|---|
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 . |
AnalyzeEvaluator | |
BlobHandler | |
CalciteJDBCStream |
Used with o.a.s.Handler.SQLHandler.
|
CdcrParams | |
CdcrReplicator |
The replication logic.
|
CdcrRequestHandler |
This request handler implements the CDCR API and is responsible of the execution of the
CdcrReplicator threads. |
ClassifyStream |
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")
|
ContentStreamHandlerBase |
Shares common code between various handlers that manipulate
ContentStream objects. |
ContentStreamLoader |
Load a
ContentStream into Solr |
DocumentAnalysisRequestHandler |
An analysis handler that provides a breakdown of the analysis process of provided documents.
|
DumpRequestHandler | |
ExportHandler | |
FieldAnalysisRequestHandler |
Provides the ability to specify multiple field types and field names in the same request.
|
GraphHandler | |
GraphHandler.DummyErrorStream | |
GraphHandler.TimerStream | |
HaversineMetersEvaluator | |
HaversineMetersEvaluator.HaversineDistance | |
IndexFetcher |
Provides functionality of downloading changed index files as well as config files and a timer for scheduling fetches from the
master.
|
IndexFetcher.CompareResult | |
IndexFetcher.IndexFetchResult | |
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
|
NotFoundRequestHandler |
Does nothing other than showing a 404 message
|
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
|
RestoreCore | |
SchemaHandler | |
SnapShooter |
Provides functionality equivalent to the snapshooter script
|
SolrConfigHandler | |
SolrDefaultStreamFactory |
A default collection of mappings, used to convert strings into stream expressions.
|
SQLHandler | |
StandardRequestHandler | Deprecated |
StreamHandler | |
StreamHandler.DaemonCollectionStream | |
StreamHandler.DaemonResponseStream | |
StreamHandler.DummyErrorStream | |
StreamHandler.TimerStream | |
UpdateRequestHandler |
UpdateHandler that uses content-type to pick the right Loader
|
UpdateRequestHandlerApi |
Enum | Description |
---|---|
CdcrParams.BufferState |
The possible states of the CDCR buffer
|
CdcrParams.CdcrAction |
The actions supported by the CDCR API
|
CdcrParams.ProcessState |
The possible states of the CDCR process
|
PingRequestHandler.ACTIONS |
Exception | Description |
---|---|
CdcrReplicator.CdcrReplicatorException |
Exception to catch update request issues with the target cluster.
|
SolrRequestHandler
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.