Uses of Class
org.apache.solr.api.Api
-
Packages that use Api Package Description org.apache.solr.api Commonly used classes for Solr V2 API.org.apache.solr.cloud.autoscaling Package for classes related to autoscalingorg.apache.solr.core Core classes implementing Solr internals and the management ofSolrCoresorg.apache.solr.handler Concrete implementations ofSolrRequestHandlerorg.apache.solr.handler.admin SolrRequestHandlerimplementations for powering he Solr Admin UI -
-
Uses of Api in org.apache.solr.api
Subclasses of Api in org.apache.solr.api Modifier and Type Class Description static classApiBag.IntrospectApistatic classApiBag.LazyLoadedApistatic classApiBag.ReqHandlerToApistatic classV2HttpCall.CompositeApiMethods in org.apache.solr.api that return Api Modifier and Type Method Description static ApiV2HttpCall. getApiInfo(PluginBag<SolrRequestHandler> requestHandlers, String path, String method, String fullPath, Map<String,String> parts)ApiApiBag. lookup(String path, String httpMethod, Map<String,String> parts)Methods in org.apache.solr.api that return types with arguments of type Api Modifier and Type Method Description Collection<Api>ApiSupport. getApis()It is possible to support multiple v2 apis by a single requesthandlerPathTrie<Api>ApiBag. getRegistry(String method)static List<Api>ApiBag. wrapRequestHandlers(SolrRequestHandler rh, String... specs)Methods in org.apache.solr.api with parameters of type Api Modifier and Type Method Description V2HttpCall.CompositeApiV2HttpCall.CompositeApi. add(Api api)voidApiBag. register(Api api, Map<String,String> nameSubstitutes)static voidApiBag. registerIntrospect(Map<String,String> nameSubstitutes, PathTrie<Api> registry, String path, Api introspect)Method parameters in org.apache.solr.api with type arguments of type Api Modifier and Type Method Description static voidApiBag. registerIntrospect(Map<String,String> nameSubstitutes, PathTrie<Api> registry, String path, Api introspect)Constructors in org.apache.solr.api with parameters of type Api Constructor Description CompositeApi(Api api)IntrospectApi(Api base, boolean isCoreSpecific) -
Uses of Api in org.apache.solr.cloud.autoscaling
Methods in org.apache.solr.cloud.autoscaling that return types with arguments of type Api Modifier and Type Method Description Collection<Api>AutoScalingHandler. getApis() -
Uses of Api in org.apache.solr.core
Methods in org.apache.solr.core that return Api Modifier and Type Method Description ApiPluginBag. v2lookup(String path, String method, Map<String,String> parts) -
Uses of Api in org.apache.solr.handler
Methods in org.apache.solr.handler that return types with arguments of type Api Modifier and Type Method Description Collection<Api>BlobHandler. getApis()Collection<Api>RealTimeGetHandler. getApis()Collection<Api>RequestHandlerBase. getApis()Collection<Api>SchemaHandler. getApis()Collection<Api>SolrConfigHandler. getApis()Collection<Api>UpdateRequestHandlerApi. getApis() -
Uses of Api in org.apache.solr.handler.admin
Methods in org.apache.solr.handler.admin that return types with arguments of type Api Modifier and Type Method Description Collection<Api>AutoscalingHistoryHandler. getApis()Collection<Api>BaseHandlerApiSupport. getApis()Collection<Api>CollectionsHandler. getApis()Collection<Api>ConfigSetsHandler. getApis()Collection<Api>CoreAdminHandler. getApis()Collection<Api>InfoHandler. getApis()Collection<Api>MetricsHistoryHandler. getApis()Collection<Api>SecurityConfHandler. getApis()
-