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.search.function |
Solr implementations of
ValueSource for function queries. |
Modifier and Type | Class and Description |
---|---|
class |
AutoScalingHandler
Handler for /cluster/autoscaling
|
Modifier and Type | Class and Description |
---|---|
class |
AnalysisRequestHandlerBase
A base class for all analysis request handlers.
|
class |
BlobHandler |
class |
CdcrRequestHandler
This request handler implements the CDCR API and is responsible of the execution of the
CdcrReplicator threads. |
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 |
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 Slaves.
|
class |
RequestHandlerBase |
class |
SchemaHandler |
class |
SolrConfigHandler |
class |
SQLHandler |
class |
StandardRequestHandler
Deprecated.
|
class |
StreamHandler |
class |
UpdateRequestHandler
UpdateHandler that uses content-type to pick the right Loader
|
class |
UpdateRequestHandlerApi |
Modifier and Type | Class and Description |
---|---|
class |
AutoscalingHistoryHandler
This handler makes it easier to retrieve a history of autoscaling events from the .system
collection.
|
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 |
ConfigSetsHandlerApi |
class |
CoreAdminHandler |
class |
CoreAdminHandlerApi |
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 |
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
|
Modifier and Type | Class and Description |
---|---|
class |
SearchHandler
Refer SOLR-281
|
Modifier and Type | Class and Description |
---|---|
static class |
FileFloatSource.ReloadCacheRequestHandler |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.