Class GetConfigAPI
- java.lang.Object
-
- org.apache.solr.handler.admin.api.GetConfigAPI
-
public class GetConfigAPI extends Object
V2 APIs for retrieving some or all configuration relevant to a particular collection (or core).This class covers a handful of distinct paths under GET /v2/c/collectionName/config: /, /overlay, /params, /znodeVersion, etc.
-
-
Constructor Summary
Constructors Constructor Description GetConfigAPI(SolrConfigHandler configHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
getAllConfig(SolrQueryRequest req, SolrQueryResponse rsp)
void
getAllParamSets(SolrQueryRequest req, SolrQueryResponse rsp)
void
getComponentConfig(SolrQueryRequest req, SolrQueryResponse rsp)
void
getSingleParamSet(SolrQueryRequest req, SolrQueryResponse rsp)
-
-
-
Constructor Detail
-
GetConfigAPI
public GetConfigAPI(SolrConfigHandler configHandler)
-
-
Method Detail
-
getAllConfig
public void getAllConfig(SolrQueryRequest req, SolrQueryResponse rsp)
-
getAllParamSets
public void getAllParamSets(SolrQueryRequest req, SolrQueryResponse rsp)
-
getSingleParamSet
public void getSingleParamSet(SolrQueryRequest req, SolrQueryResponse rsp)
-
getComponentConfig
public void getComponentConfig(SolrQueryRequest req, SolrQueryResponse rsp)
-
-