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