Class BaseHandlerApiSupport

  • All Implemented Interfaces:
    ApiSupport

    public abstract class BaseHandlerApiSupport
    extends Object
    implements ApiSupport
    This is a utility class to provide an easy mapping of request handlers which support multiple commands to the V2 API format (core admin api, collections api). This helps in automatically mapping paths to actions and old parameter names to new parameter names
    • Field Detail

      • commandsMapping

        protected final Map<org.apache.solr.client.solrj.SolrRequest.METHOD,​Map<org.apache.solr.client.solrj.request.ApiMapping.V2EndPoint,​List<BaseHandlerApiSupport.ApiCommand>>> commandsMapping
    • Constructor Detail

      • BaseHandlerApiSupport

        protected BaseHandlerApiSupport()