Class ListConfigSetsAPI
- java.lang.Object
-
- org.apache.solr.api.JerseyResource
-
- org.apache.solr.handler.configsets.ListConfigSetsAPI
-
@Path("/cluster/configs") public class ListConfigSetsAPI extends JerseyResource
V2 API for adding or updating a single file within a configset.This API (GET /v2/cluster/configs) is analogous to the v1 /admin/configs?action=LIST command.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ListConfigSetsAPI.ListConfigsetsResponse
Response body POJO for theListConfigSetsAPI
resource.
-
Field Summary
Fields Modifier and Type Field Description javax.ws.rs.core.HttpHeaders
headers
-
Fields inherited from class org.apache.solr.api.JerseyResource
containerRequestContext
-
-
Constructor Summary
Constructors Constructor Description ListConfigSetsAPI(CoreContainer coreContainer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListConfigSetsAPI.ListConfigsetsResponse
listConfigSet()
-
Methods inherited from class org.apache.solr.api.JerseyResource
instantiateJerseyResponse, instantiateJerseyResponse
-
-
-
-
Constructor Detail
-
ListConfigSetsAPI
@Inject public ListConfigSetsAPI(CoreContainer coreContainer)
-
-
Method Detail
-
listConfigSet
@GET @Produces({"application/json","application/javabin"}) public ListConfigSetsAPI.ListConfigsetsResponse listConfigSet() throws Exception
- Throws:
Exception
-
-