Package | Description |
---|---|
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 |
AnalysisRequestHandlerBase
A base class for all analysis request handlers.
|
class |
BinaryUpdateRequestHandler
Deprecated.
|
class |
ContentStreamHandlerBase
Shares common code between various handlers that manipulate
ContentStream objects. |
class |
CSVRequestHandler
Deprecated.
|
class |
DocumentAnalysisRequestHandler
An analysis handler that provides a breakdown of the analysis process of provided documents.
|
class |
DumpRequestHandler |
class |
FieldAnalysisRequestHandler
Provides the ability to specify multiple field types and field names in the same request.
|
class |
JsonUpdateRequestHandler
Deprecated.
|
class |
MoreLikeThisHandler
Solr MoreLikeThis --
Return similar documents either based on a single document or based on posted text.
|
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 |
StandardRequestHandler
All of the following options may be configured for this handler
in the solrconfig as defaults, and may be overriden as request parameters.
|
class |
UpdateRequestHandler
UpdateHandler that uses content-type to pick the right Loader
|
class |
XmlUpdateRequestHandler
Deprecated.
|
class |
XsltUpdateRequestHandler
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
CollectionsHandler |
class |
CoreAdminHandler |
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 |
PluginInfoHandler |
class |
PropertiesRequestHandler |
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 |
Modifier and Type | Class and Description |
---|---|
class |
SearchHandler
Refer SOLR-281
|
Modifier and Type | Class and Description |
---|---|
static class |
FileFloatSource.ReloadCacheRequestHandler |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.