Class ListConfigSets
- java.lang.Object
-
- org.apache.solr.api.JerseyResource
-
- org.apache.solr.handler.configsets.ListConfigSets
-
- All Implemented Interfaces:
ConfigsetsApi.List
public class ListConfigSets extends JerseyResource implements ConfigsetsApi.List
V2 API implementation for listing all available configsets.This API (GET /v2/configsets) is analogous to the v1 /admin/configs?action=LIST command.
-
-
Field Summary
Fields Modifier and Type Field Description jakarta.ws.rs.core.HttpHeadersheaders-
Fields inherited from class org.apache.solr.api.JerseyResource
containerRequestContext
-
-
Constructor Summary
Constructors Constructor Description ListConfigSets(CoreContainer coreContainer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListConfigsetsResponselistConfigSet()-
Methods inherited from class org.apache.solr.api.JerseyResource
ensureRequiredParameterProvided, ensureRequiredRequestBodyProvided, instantiateJerseyResponse, instantiateJerseyResponse
-
-
-
-
Constructor Detail
-
ListConfigSets
@Inject public ListConfigSets(CoreContainer coreContainer)
-
-
Method Detail
-
listConfigSet
public ListConfigsetsResponse listConfigSet() throws Exception
- Specified by:
listConfigSetin interfaceConfigsetsApi.List- Throws:
Exception
-
-