Uses of Class
org.apache.solr.client.solrj.request.CollectionAdminRequest
-
Packages that use CollectionAdminRequest Package Description org.apache.solr.client.solrj.request Convenience classes for dealing with various types of Solr requests. -
-
Uses of CollectionAdminRequest in org.apache.solr.client.solrj.request
Methods in org.apache.solr.client.solrj.request with type parameters of type CollectionAdminRequest Modifier and Type Method Description protected <T extends CollectionAdminRequest<? extends CollectionAdminResponse>>
TCollectionAdminRequest. propagateBasicAuthCreds(T req)
Take the request specific basic auth creds on this admin request and propagate them to a related request if does not already have credentials set, such as a CollectionAdminRequest.RequestStatus when doing async requests.
-