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