Class SolrCall
java.lang.Object
com.lucidworks.cloud.api.call.AbstractCall
com.lucidworks.cloud.api.call.impl.SolrCall
- All Implemented Interfaces:
Call
-
Constructor Summary
ConstructorsConstructorDescriptionSolrCall(org.apache.solr.client.solrj.SolrClient server, org.apache.solr.client.solrj.SolrRequest req, String collection, AuthzSupport authzSupport) -
Method Summary
Modifier and TypeMethodDescriptionbooleanCheck whether this call is permitted according toAuthzSupportMethods inherited from class com.lucidworks.cloud.api.call.AbstractCall
execute
-
Constructor Details
-
SolrCall
public SolrCall(org.apache.solr.client.solrj.SolrClient server, org.apache.solr.client.solrj.SolrRequest req, String collection, AuthzSupport authzSupport)
-
-
Method Details
-
executeInternal
- Specified by:
executeInternalin classAbstractCall
-
isAuthorized
public boolean isAuthorized()Description copied from interface:CallCheck whether this call is permitted according toAuthzSupport
-