Uses of Class
org.apache.solr.api.Api
Packages that use Api
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 SearchHandlerCommonly used classes for Solr security framework.
-
Uses of Api in org.apache.solr.api
Subclasses of Api in org.apache.solr.apiModifier and TypeClassDescriptionclassThis class implements an Api just from an annotated java class The class must have an annotationEndPointEach method must have an annotationCommandThe methods that implement a command should have the first 2 parametersSolrQueryRequestandSolrQueryResponseor it may optionally have a third parameter which could be a java class annotated with jackson annotations.static classstatic classstatic classstatic classMethods in org.apache.solr.api that return ApiModifier and TypeMethodDescriptionstatic ApiV2HttpCall.getApiInfo(PluginBag<SolrRequestHandler> requestHandlers, String path, String method, String fullPath, Map<String, String> parts) ApiBag.unregister(org.apache.solr.client.solrj.SolrRequest.METHOD method, String path) Methods in org.apache.solr.api that return types with arguments of type ApiModifier and TypeMethodDescriptionGet a list of Api-s supported by this class.ApiSupport.getApis()Returns any (non-JAX-RS annotated) APIs associated with this request handler.org.apache.solr.common.util.PathTrie<Api> ApiBag.getRegistry(String method) ApiBag.registerObject(Object o) Register a POJO annotated withEndPointApiBag.wrapRequestHandlers(SolrRequestHandler rh, String... specs) Methods in org.apache.solr.api with parameters of type ApiModifier and TypeMethodDescriptionvoidvoidstatic voidApiBag.registerIntrospect(Map<String, String> nameSubstitutes, org.apache.solr.common.util.PathTrie<Api> registry, String path, Api introspect) Method parameters in org.apache.solr.api with type arguments of type ApiModifier and TypeMethodDescriptionstatic voidApiBag.registerIntrospect(Map<String, String> nameSubstitutes, org.apache.solr.common.util.PathTrie<Api> registry, String path, Api introspect) Constructors in org.apache.solr.api with parameters of type ApiModifierConstructorDescriptionprotectedAnnotatedApi(org.apache.solr.common.SpecProvider specProvider, EndPoint endPoint, Map<String, org.apache.solr.api.AnnotatedApi.Cmd> commands, Api fallback) CompositeApi(Api api) IntrospectApi(Api base, boolean isCoreSpecific) -
Uses of Api in org.apache.solr.core
Methods in org.apache.solr.core that return Api -
Uses of Api in org.apache.solr.handler
Methods in org.apache.solr.handler that return types with arguments of type Api -
Uses of Api in org.apache.solr.handler.admin
Methods in org.apache.solr.handler.admin that return types with arguments of type ApiModifier and TypeMethodDescriptionBaseHandlerApiSupport.getApis()CollectionsHandler.getApis()ConfigSetsHandler.getApis()CoreAdminHandler.getApis()HealthCheckHandler.getApis()InfoHandler.getApis()LoggingHandler.getApis()PropertiesRequestHandler.getApis()SecurityConfHandler.getApis()SystemInfoHandler.getApis()ThreadDumpHandler.getApis() -
Uses of Api in org.apache.solr.handler.component
Methods in org.apache.solr.handler.component that return types with arguments of type Api -
Uses of Api in org.apache.solr.security
Methods in org.apache.solr.security that return types with arguments of type Api