Uses of Class
org.apache.camel.component.solr.SolrEndpoint
-
-
Uses of SolrEndpoint in org.apache.camel.component.solr
Methods in org.apache.camel.component.solr that return SolrEndpoint Modifier and Type Method Description SolrEndpoint
SolrProducer. getEndpoint()
Methods in org.apache.camel.component.solr with parameters of type SolrEndpoint Modifier and Type Method Description void
SolrComponent. addSolrServers(SolrEndpoint endpoint, SolrComponent.SolrServerReference servers)
SolrComponent.SolrServerReference
SolrComponent. getSolrServers(SolrEndpoint endpoint)
Constructors in org.apache.camel.component.solr with parameters of type SolrEndpoint Constructor Description SolrProducer(SolrEndpoint endpoint, org.apache.solr.client.solrj.SolrClient solrServer, org.apache.solr.client.solrj.SolrClient concSolrServer, org.apache.solr.client.solrj.SolrClient cloudSolrServer)
-