Uses of Class
org.apache.solr.client.api.model.CreateCollectionRequestBody
-
Packages that use CreateCollectionRequestBody Package Description org.apache.solr.client.api.endpoint Interfaces representing individual Solr v2 APIs.org.apache.solr.client.api.model POJOs representing various inputs and outputs of the v2 APIs described inorg.apache.solr.client.api.endpoint -
-
Uses of CreateCollectionRequestBody in org.apache.solr.client.api.endpoint
Methods in org.apache.solr.client.api.endpoint with parameters of type CreateCollectionRequestBody Modifier and Type Method Description SubResponseAccumulatingJerseyResponseCreateCollectionApi. createCollection(CreateCollectionRequestBody requestBody) -
Uses of CreateCollectionRequestBody in org.apache.solr.client.api.model
Fields in org.apache.solr.client.api.model declared as CreateCollectionRequestBody Modifier and Type Field Description CreateCollectionRequestBodyCreateAliasRequestBody. collCreationParametersCreateCollectionRequestBodyRestoreCollectionRequestBody. createCollectionParams
-