Class BaseHandlerApiSupport

java.lang.Object
org.apache.solr.handler.admin.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