Package org.apache.solr.handler.admin
Class ConfigSetsHandlerApi
- java.lang.Object
-
- org.apache.solr.handler.admin.BaseHandlerApiSupport
-
- org.apache.solr.handler.admin.ConfigSetsHandlerApi
-
- All Implemented Interfaces:
ApiSupport
public class ConfigSetsHandlerApi extends BaseHandlerApiSupport
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.solr.handler.admin.BaseHandlerApiSupport
BaseHandlerApiSupport.ApiCommand
-
-
Field Summary
Fields Modifier and Type Field Description static String
AUTOCREATED_CONFIGSET_SUFFIX
static String
DEFAULT_CONFIGSET_NAME
-
Fields inherited from class org.apache.solr.handler.admin.BaseHandlerApiSupport
commandsMapping
-
-
Constructor Summary
Constructors Constructor Description ConfigSetsHandlerApi(ConfigSetsHandler configSetHandler)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Collection<BaseHandlerApiSupport.ApiCommand>
getCommands()
protected List<CollectionApiMapping.V2EndPoint>
getEndPoints()
static String
getSuffixedNameForAutoGeneratedConfigSet(String configName)
-
Methods inherited from class org.apache.solr.handler.admin.BaseHandlerApiSupport
getApis
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.solr.api.ApiSupport
registerV1, registerV2
-
-
-
-
Field Detail
-
DEFAULT_CONFIGSET_NAME
public static final String DEFAULT_CONFIGSET_NAME
- See Also:
- Constant Field Values
-
AUTOCREATED_CONFIGSET_SUFFIX
public static final String AUTOCREATED_CONFIGSET_SUFFIX
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ConfigSetsHandlerApi
public ConfigSetsHandlerApi(ConfigSetsHandler configSetHandler)
-
-
Method Detail
-
getSuffixedNameForAutoGeneratedConfigSet
public static String getSuffixedNameForAutoGeneratedConfigSet(String configName)
-
getCommands
protected Collection<BaseHandlerApiSupport.ApiCommand> getCommands()
- Specified by:
getCommands
in classBaseHandlerApiSupport
-
getEndPoints
protected List<CollectionApiMapping.V2EndPoint> getEndPoints()
- Specified by:
getEndPoints
in classBaseHandlerApiSupport
-
-