Package org.apache.solr.api
Commonly used classes for Solr V2 API.
-
Interface Summary Interface Description ApiSupport The interface that is implemented by a request handler to support the V2 end point -
Class Summary Class Description AnnotatedApi This 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.Api Every version 2 API must extend the this class.ApiBag ApiBag.IntrospectApi ApiBag.LazyLoadedApi ApiBag.ReqHandlerToApi PayloadObj<T> V2HttpCall V2HttpCall.CompositeApi -
Exception Summary Exception Description ApiBag.ExceptionWithErrObject -
Annotation Types Summary Annotation Type Description Command EndPoint