Package | Description |
---|---|
org.apache.solr.api |
Commonly used classes for Solr V2 API.
|
org.apache.solr.core |
Core classes implementing Solr internals and the management of
SolrCore s |
org.apache.solr.handler |
Concrete implementations of
SolrRequestHandler |
Modifier and Type | Method and Description |
---|---|
static Api |
V2HttpCall.getApiInfo(PluginBag<SolrRequestHandler> requestHandlers,
String path,
String method,
String fullPath,
Map<String,String> parts) |
Modifier and Type | Method and Description |
---|---|
PluginBag<SolrRequestHandler> |
CoreContainer.getRequestHandlers() |
PluginBag<SolrRequestHandler> |
SolrCore.getRequestHandlers()
Returns an unmodifiable Map containing the registered handlers
|
PluginBag<SolrRequestHandler> |
RequestHandlers.getRequestHandlers()
Returns an unmodifiable Map containing the registered handlers
|
PluginBag<QueryResponseWriter> |
SolrCore.getResponseWriters() |
PluginBag<SearchComponent> |
SolrCore.getSearchComponents()
Accessor for all the Search Components
|
PluginBag<UpdateRequestProcessorFactory> |
SolrCore.getUpdateProcessors() |
Modifier and Type | Method and Description |
---|---|
static SolrRequestHandler |
RequestHandlerBase.getRequestHandler(String handlerName,
PluginBag<SolrRequestHandler> reqHandlers)
Get the request handler registered to a given name.
|
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.