Class GetConfigAPI
java.lang.Object
org.apache.solr.handler.admin.api.GetConfigAPI
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidgetAllConfig(SolrQueryRequest req, SolrQueryResponse rsp) voidgetAllParamSets(SolrQueryRequest req, SolrQueryResponse rsp) voidvoid
-
Constructor Details
-
GetConfigAPI
-
-
Method Details
-
getAllConfig
-
getAllParamSets
-
getSingleParamSet
-
getComponentConfig
-