Uses of Interface
org.apache.solr.request.SolrRequestHandler
Packages that use SolrRequestHandler
Package
Description
Commonly used classes for Solr V2 API.
Core classes implementing Solr internals and the management of
SolrCoresConcrete implementations of
SolrRequestHandlerSolrRequestHandler implementations for powering he Solr Admin UISearchComponent implementations for use in SearchHandlerThe
TaggerRequestHandler and supporting classes.JSON related classes
Commonly used classes for Solr security framework.
Servlet related classes for powering the Solr HTTP API
Common utility classes used throughout Solr
-
Uses of SolrRequestHandler in org.apache.solr.api
Methods in org.apache.solr.api with parameters of type SolrRequestHandlerModifier and TypeMethodDescriptionApiBag.wrapRequestHandlers(SolrRequestHandler rh, String... specs) Method parameters in org.apache.solr.api with type arguments of type SolrRequestHandlerModifier and TypeMethodDescriptionstatic ApiV2HttpCall.getApiInfo(PluginBag<SolrRequestHandler> requestHandlers, String path, String method, String fullPath, Map<String, String> parts) voidApiBag.registerLazy(PluginBag.PluginHolder<SolrRequestHandler> holder, PluginInfo info) Constructors in org.apache.solr.api with parameters of type SolrRequestHandlerModifierConstructorDescriptionReqHandlerToApi(SolrRequestHandler rh, org.apache.solr.common.SpecProvider spec) Constructor parameters in org.apache.solr.api with type arguments of type SolrRequestHandlerModifierConstructorDescriptionprotectedLazyLoadedApi(org.apache.solr.common.SpecProvider specProvider, PluginBag.PluginHolder<SolrRequestHandler> lazyPluginHolder) -
Uses of SolrRequestHandler in org.apache.solr.core
Methods in org.apache.solr.core that return SolrRequestHandlerModifier and TypeMethodDescriptionCoreContainer.getRequestHandler(String path) SolrCore.getRequestHandler(String handlerName) Get the request handler registered to a given name.RequestHandlers.register(String handlerName, SolrRequestHandler handler) Handlers must be initialized before calling this function.SolrCore.registerRequestHandler(String handlerName, SolrRequestHandler handler) Registers a handler at the specified location.Methods in org.apache.solr.core that return types with arguments of type SolrRequestHandlerModifier and TypeMethodDescriptionCoreContainer.getRequestHandlers()RequestHandlers.getRequestHandlers()Returns an unmodifiable Map containing the registered handlersSolrCore.getRequestHandlers()Returns an unmodifiable Map containing the registered handlersMethods in org.apache.solr.core with parameters of type SolrRequestHandlerModifier and TypeMethodDescriptionvoidSolrCore.execute(SolrRequestHandler handler, SolrQueryRequest req, SolrQueryResponse rsp) static voidSolrCore.postDecorateResponse(SolrRequestHandler handler, SolrQueryRequest req, SolrQueryResponse rsp) Put status, QTime, and possibly request handler and params, in the response headerRequestHandlers.register(String handlerName, SolrRequestHandler handler) Handlers must be initialized before calling this function.SolrCore.registerRequestHandler(String handlerName, SolrRequestHandler handler) Registers a handler at the specified location. -
Uses of SolrRequestHandler in org.apache.solr.handler
Classes in org.apache.solr.handler that implement SolrRequestHandlerModifier and TypeClassDescriptionclassA base class for all analysis request handlers.classShares common code between various handlers that manipulateContentStreamobjects.classAn analysis handler that provides a breakdown of the analysis process of provided documents.classclassclassProvides the ability to specify multiple field types and field names in the same request.classSolr Request Handler for graph traversal with streaming functions that responds with GraphML markup.classSolr MoreLikeThis --classDoes nothing other than showing a 404 messageclassPing Request Handler for reporting SolrCore health to a Load Balancer.classclassA Handler which provides a REST API for replication and serves replication requests from Followers.classBase class for all request handlers.classclassclassDeprecated.classSolr Request Handler for streaming data.classUpdateHandler that uses content-type to pick the right LoaderclassAn extension ofUpdateRequestHandlerused solely to register the v2 /update APIsMethods in org.apache.solr.handler that return SolrRequestHandlerModifier and TypeMethodDescriptionstatic SolrRequestHandlerRequestHandlerBase.getRequestHandler(String handlerName, PluginBag<SolrRequestHandler> reqHandlers) Get the request handler registered to a given name.DumpRequestHandler.getSubHandler(String subPath) NestedRequestHandler.getSubHandler(String subPath) Return a RequestHandler to handle a subpath from the path this handler is registered.RequestHandlerBase.getSubHandler(String subPath) SchemaHandler.getSubHandler(String subPath) SolrConfigHandler.getSubHandler(String path) Method parameters in org.apache.solr.handler with type arguments of type SolrRequestHandlerModifier and TypeMethodDescriptionstatic SolrRequestHandlerRequestHandlerBase.getRequestHandler(String handlerName, PluginBag<SolrRequestHandler> reqHandlers) Get the request handler registered to a given name. -
Uses of SolrRequestHandler in org.apache.solr.handler.admin
Classes in org.apache.solr.handler.admin that implement SolrRequestHandlerModifier and TypeClassDescriptionclassclassASolrRequestHandlerfor ConfigSets API requests.classclassHealth Check Handler for reporting the health of a specific node.classclassA request handler to show which loggers are registered and allows you to set themclassExposes the internal lucene index.classRequest handler to return metricsclassclassclassSecurity Configuration Handler which works on standalone local filesclassSecurity Configuration Handler which works with ZookeeperclassThis handler exposes information about last commit generation segmentsclassThis handler uses the RawResponseWriter to give client access to files inside ${solr.home}/confclassThis handler returns system infoclassfinal classZookeeper InfoclassZookeeper Status handler, talks to ZK using sockets and four-letter wordsMethods in org.apache.solr.handler.admin that return SolrRequestHandler -
Uses of SolrRequestHandler in org.apache.solr.handler.component
Classes in org.apache.solr.handler.component that implement SolrRequestHandlerModifier and TypeClassDescriptionclassHandles request for listing all active cancellable tasksclassHandles requests for query cancellation for cancellable queriesclassRefer SOLR-281classAbstract class which serves as the root of all task managing handlersMethods in org.apache.solr.handler.component that return SolrRequestHandlerModifier and TypeMethodDescriptionActiveTasksListHandler.getSubHandler(String path) QueryCancellationHandler.getSubHandler(String path) -
Uses of SolrRequestHandler in org.apache.solr.handler.tagger
Classes in org.apache.solr.handler.tagger that implement SolrRequestHandlerModifier and TypeClassDescriptionclassScans posted text, looking for matching strings in the Solr index. -
Uses of SolrRequestHandler in org.apache.solr.request.json
Methods in org.apache.solr.request.json with parameters of type SolrRequestHandlerModifier and TypeMethodDescriptionstatic voidRequestUtil.processParams(SolrRequestHandler handler, SolrQueryRequest req, org.apache.solr.common.params.SolrParams defaults, org.apache.solr.common.params.SolrParams appends, org.apache.solr.common.params.SolrParams invariants) Set default-ish params on a SolrQueryRequest as well as do standard macro processing and JSON request parsing. -
Uses of SolrRequestHandler in org.apache.solr.security
Classes in org.apache.solr.security that implement SolrRequestHandler -
Uses of SolrRequestHandler in org.apache.solr.servlet
Fields in org.apache.solr.servlet declared as SolrRequestHandlerMethods in org.apache.solr.servlet with parameters of type SolrRequestHandlerModifier and TypeMethodDescriptionDirectSolrConnection.request(SolrRequestHandler handler, org.apache.solr.common.params.SolrParams params, String body) Deprecated. -
Uses of SolrRequestHandler in org.apache.solr.util
Methods in org.apache.solr.util with parameters of type SolrRequestHandlerModifier and TypeMethodDescriptionstatic voidSolrPluginUtils.setDefaults(SolrRequestHandler handler, SolrQueryRequest req, org.apache.solr.common.params.SolrParams defaults, org.apache.solr.common.params.SolrParams appends, org.apache.solr.common.params.SolrParams invariants)