Class SchemaListAllDynamicFieldsAPI
- java.lang.Object
-
- org.apache.solr.handler.admin.api.SchemaListAllDynamicFieldsAPI
-
public class SchemaListAllDynamicFieldsAPI extends Object
V2 API for listing all dynamic field definitions in an in-use schema.This API (GET /v2/collections/collectionName/schema/dynamicfields) is analogous to the v1 /solr/collectionName/schema/dynamicfields API.
-
-
Constructor Summary
Constructors Constructor Description SchemaListAllDynamicFieldsAPI(SchemaHandler schemaHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
listDynamicFields(SolrQueryRequest req, SolrQueryResponse rsp)
-
-
-
Constructor Detail
-
SchemaListAllDynamicFieldsAPI
public SchemaListAllDynamicFieldsAPI(SchemaHandler schemaHandler)
-
-
Method Detail
-
listDynamicFields
public void listDynamicFields(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception
- Throws:
Exception
-
-