| 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.SolrEndpointBuilder.autoCommit(boolean autoCommit)
If true, each producer operation will be automatically followed by a
commit.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.autoCommit(String autoCommit)
If true, each producer operation will be automatically followed by a
commit.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.collection(String collection)
Set the default collection for SolrCloud.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.connectionTimeout(Integer connectionTimeout)
Sets the connection timeout on the SolrClient.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.connectionTimeout(String connectionTimeout)
Sets the connection timeout on the SolrClient.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.defaultMaxConnectionsPerHost(Integer defaultMaxConnectionsPerHost)
Deprecated.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.defaultMaxConnectionsPerHost(String defaultMaxConnectionsPerHost)
Deprecated.
|
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.httpClient(Object httpClient)
Sets the http client to be used by the solrClient.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.httpClient(String httpClient)
Sets the http client to be used by the solrClient.
|
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)
Deprecated.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.maxRetries(String maxRetries)
Deprecated.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.maxTotalConnections(Integer maxTotalConnections)
Deprecated.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.maxTotalConnections(String maxTotalConnections)
Deprecated.
|
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.SolrEndpointBuilder.solrClient(Object solrClient)
Uses the provided solr client to connect to solr.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.solrClient(String solrClient)
Uses the provided solr client to connect to 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)
Sets the socket timeout on the SolrClient.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.soTimeout(String soTimeout)
Sets the socket timeout on the SolrClient.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.streamingQueueSize(int streamingQueueSize)
Sets the queue size for the ConcurrentUpdateSolrClient.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.streamingQueueSize(String streamingQueueSize)
Sets the queue size for the ConcurrentUpdateSolrClient.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.streamingThreadCount(int streamingThreadCount)
Sets the number of threads for the ConcurrentUpdateSolrClient.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.streamingThreadCount(String streamingThreadCount)
Sets the number of threads for the ConcurrentUpdateSolrClient.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.username(String username)
Sets username for basic auth plugin enabled servers.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.zkChroot(String zkChroot)
Set the chroot of the zookeeper connection (include the leading
slash; e.g.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
SolrEndpointBuilderFactory.SolrEndpointBuilder.zkHost(String zkHost)
Set the ZooKeeper host(s) urls which the CloudSolrClient uses, e.g.
|
Apache Camel