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