Uses of Enum Class
org.apache.camel.component.solr.SolrOperation
Packages that use SolrOperation
-
Uses of SolrOperation in org.apache.camel.component.solr
Methods in org.apache.camel.component.solr that return SolrOperationModifier and TypeMethodDescriptionSolrConfiguration.getOperation()static SolrOperationSolrOperation.getSolrOperationFrom(String actionString) SolrProducer.ActionContext.operation()Returns the value of theoperationrecord component.static SolrOperationReturns the enum constant of this class with the specified name.static SolrOperation[]SolrOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.solr with parameters of type SolrOperationModifier and TypeMethodDescriptionvoidSolrConfiguration.setOperation(SolrOperation operation) What operation to performConstructors in org.apache.camel.component.solr with parameters of type SolrOperationModifierConstructorDescriptionActionContext(SolrConfiguration configuration, org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback, org.apache.solr.client.solrj.SolrClient solrClient, SolrOperation operation, String collection, String requestHandler, org.apache.solr.common.params.ModifiableSolrParams solrParams) Creates an instance of aActionContextrecord class.