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