Package | Description |
---|---|
org.apache.solr.cloud.autoscaling |
Package for classes related to autoscaling.
|
org.apache.solr.handler |
Concrete implementations of
SolrRequestHandler |
org.apache.solr.handler.admin |
SolrRequestHandler implementations for powering he Solr Admin UI |
org.apache.solr.handler.component |
SearchComponent implementations for
use in SearchHandler |
org.apache.solr.handler.tagger |
The
TaggerRequestHandler and supporting classes. |
org.apache.solr.search.function |
Solr implementations of
ValueSource for function queries. |
org.apache.solr.security |
Commonly used classes for Solr security framework.
|
Modifier and Type | Class and Description |
---|---|
class |
AutoScalingHandler
Deprecated.
to be removed in Solr 9.0 (see SOLR-14656)
|
Modifier and Type | Class and Description |
---|---|
class |
AnalysisRequestHandlerBase
A base class for all analysis request handlers.
|
class |
BlobHandler |
class |
CdcrRequestHandler
Deprecated.
since 8.6
|
class |
ContentStreamHandlerBase
Shares common code between various handlers that manipulate
ContentStream objects. |
class |
DocumentAnalysisRequestHandler
An analysis handler that provides a breakdown of the analysis process of provided documents.
|
class |
DumpRequestHandler |
class |
ExportHandler |
class |
FieldAnalysisRequestHandler
Provides the ability to specify multiple field types and field names in the same request.
|
class |
GraphHandler
Solr Request Handler for graph traversal with streaming functions that responds with GraphML markup.
|
class |
MoreLikeThisHandler
Solr MoreLikeThis --
Return similar documents either based on a single document or based on posted text.
|
class |
NotFoundRequestHandler
Does nothing other than showing a 404 message
|
class |
PingRequestHandler
Ping Request Handler for reporting SolrCore health to a Load Balancer.
|
class |
RealTimeGetHandler |
class |
ReplicationHandler
A Handler which provides a REST API for replication and serves replication requests from Followers.
|
class |
RequestHandlerBase |
class |
SchemaHandler |
class |
SolrConfigHandler |
class |
SQLHandler |
class |
StandardRequestHandler
Deprecated.
|
class |
StreamHandler
Solr Request Handler for streaming data.
|
class |
UpdateRequestHandler
UpdateHandler that uses content-type to pick the right Loader
|
class |
UpdateRequestHandlerApi |
Modifier and Type | Class and Description |
---|---|
class |
AutoscalingHistoryHandler
Deprecated.
to be removed in Solr 9.0 (see SOLR-14656)
|
class |
BaseHandlerApiSupport
This is a utility class to provide an easy mapping of request handlers which support multiple commands
to the V2 API format (core admin api, collections api).
|
class |
CollectionHandlerApi |
class |
CollectionsHandler |
class |
ConfigSetsHandler
A
SolrRequestHandler for ConfigSets API requests. |
class |
CoreAdminHandler |
class |
CoreAdminHandlerApi |
class |
HealthCheckHandler
Health Check Handler for reporting the health of a specific node.
|
class |
InfoHandler |
class |
LoggingHandler
A request handler to show which loggers are registered and allows you to set them
|
class |
LukeRequestHandler
This handler exposes the internal lucene index.
|
class |
MetricsCollectorHandler
Handler to collect and aggregate metric reports.
|
class |
MetricsHandler
Request handler to return metrics
|
class |
MetricsHistoryHandler
Collects metrics from all nodes in the system on a regular basis in a background thread.
|
class |
PluginInfoHandler |
class |
PropertiesRequestHandler |
class |
SecurityConfHandler |
class |
SecurityConfHandlerLocal
Security Configuration Handler which works on standalone local files
|
class |
SecurityConfHandlerZk
Security Configuration Handler which works with Zookeeper
|
class |
SegmentsInfoRequestHandler
This handler exposes information about last commit generation segments
|
class |
ShowFileRequestHandler
This handler uses the RawResponseWriter to give client access to
files inside ${solr.home}/conf
|
class |
SolrInfoMBeanHandler
A request handler that provides info about all
registered SolrInfoMBeans.
|
class |
SystemInfoHandler
This handler returns system info
|
class |
ThreadDumpHandler |
class |
ZookeeperInfoHandler
Zookeeper Info
|
class |
ZookeeperStatusHandler
Zookeeper Status handler, talks to ZK using sockets and four-letter words
|
Modifier and Type | Class and Description |
---|---|
class |
SearchHandler
Refer SOLR-281
|
Modifier and Type | Class and Description |
---|---|
class |
TaggerRequestHandler
Scans posted text, looking for matching strings in the Solr index.
|
Modifier and Type | Class and Description |
---|---|
static class |
FileFloatSource.ReloadCacheRequestHandler |
Modifier and Type | Class and Description |
---|---|
class |
PublicKeyHandler |
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.