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