Uses of Class
org.apache.solr.core.PluginBag
-
Packages that use PluginBag 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 ofSolrCoresorg.apache.solr.handler Concrete implementations ofSolrRequestHandler -
-
Uses of PluginBag in org.apache.solr.api
Methods in org.apache.solr.api with parameters of type PluginBag Modifier and Type Method Description static ApiV2HttpCall. getApiInfo(PluginBag<SolrRequestHandler> requestHandlers, String path, String method, String fullPath, Map<String,String> parts) -
Uses of PluginBag in org.apache.solr.core
Methods in org.apache.solr.core that return PluginBag Modifier and Type Method Description PluginBag<SolrRequestHandler>CoreContainer. getRequestHandlers()PluginBag<SolrRequestHandler>RequestHandlers. getRequestHandlers()Returns an unmodifiable Map containing the registered handlersPluginBag<SolrRequestHandler>SolrCore. getRequestHandlers()Returns an unmodifiable Map containing the registered handlersPluginBag<QueryResponseWriter>SolrCore. getResponseWriters()PluginBag<SearchComponent>SolrCore. getSearchComponents()Accessor for all the Search ComponentsPluginBag<UpdateRequestProcessorFactory>SolrCore. getUpdateProcessors() -
Uses of PluginBag in org.apache.solr.handler
Methods in org.apache.solr.handler with parameters of type PluginBag Modifier and Type Method Description static SolrRequestHandlerRequestHandlerBase. getRequestHandler(String handlerName, PluginBag<SolrRequestHandler> reqHandlers)Get the request handler registered to a given name.
-