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