| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static SolrEndpointBuilderFactory.SolrEndpointBuilder |
StaticEndpointBuilders.solr(String path)
Solr (camel-solr)
Perform operations against Apache Lucene Solr.
|
static SolrEndpointBuilderFactory.SolrEndpointBuilder |
StaticEndpointBuilders.solr(String componentName,
String path)
Solr (camel-solr)
Perform operations against Apache Lucene Solr.
|
| Modifier and Type | Method and Description |
|---|---|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.allowCompression(Boolean allowCompression)
Server side must support gzip or deflate for this to have any effect.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.allowCompression(String allowCompression)
Server side must support gzip or deflate for this to have any effect.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.AdvancedSolrEndpointBuilder.basic() |
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.collection(String collection)
Set the collection name which the solrCloud server could use.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.connectionTimeout(Integer connectionTimeout)
connectionTimeout on the underlying HttpConnectionManager.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.connectionTimeout(String connectionTimeout)
connectionTimeout on the underlying HttpConnectionManager.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.defaultMaxConnectionsPerHost(Integer defaultMaxConnectionsPerHost)
maxConnectionsPerHost on the underlying HttpConnectionManager.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.defaultMaxConnectionsPerHost(String defaultMaxConnectionsPerHost)
maxConnectionsPerHost on the underlying HttpConnectionManager.
|
static SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.followRedirects(Boolean followRedirects)
indicates whether redirects are used to get to the Solr server.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.followRedirects(String followRedirects)
indicates whether redirects are used to get to the Solr server.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.maxRetries(Integer maxRetries)
Maximum number of retries to attempt in the event of transient
errors.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.maxRetries(String maxRetries)
Maximum number of retries to attempt in the event of transient
errors.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.maxTotalConnections(Integer maxTotalConnections)
maxTotalConnection on the underlying HttpConnectionManager.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.maxTotalConnections(String maxTotalConnections)
maxTotalConnection on the underlying HttpConnectionManager.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.password(String password)
Sets password for basic auth plugin enabled servers.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.requestHandler(String requestHandler)
Set the request handler to be used.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrBuilders.solr(String path)
Solr (camel-solr)
Perform operations against Apache Lucene Solr.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrBuilders.solr(String componentName,
String path)
Solr (camel-solr)
Perform operations against Apache Lucene Solr.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrBuilders.solrCloud(String path)
Solr (camel-solr)
Perform operations against Apache Lucene Solr.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrBuilders.solrs(String path)
Solr (Secure) (camel-solr)
Perform operations against Apache Lucene Solr.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.soTimeout(Integer soTimeout)
Read timeout on the underlying HttpConnectionManager.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.soTimeout(String soTimeout)
Read timeout on the underlying HttpConnectionManager.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.streamingQueueSize(int streamingQueueSize)
Set the queue size for the StreamingUpdateSolrServer.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.streamingQueueSize(String streamingQueueSize)
Set the queue size for the StreamingUpdateSolrServer.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.streamingThreadCount(int streamingThreadCount)
Set the number of threads for the StreamingUpdateSolrServer.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.streamingThreadCount(String streamingThreadCount)
Set the number of threads for the StreamingUpdateSolrServer.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.username(String username)
Sets username for basic auth plugin enabled servers.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.zkHost(String zkHost)
Set the ZooKeeper host information which the solrCloud could use,
such as zkhost=localhost:8123.
|
Apache Camel