public static interface SolrEndpointBuilderFactory.SolrEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
allowCompression(Boolean allowCompression)
Server side must support gzip or deflate for this to have any effect.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
allowCompression(String allowCompression)
Server side must support gzip or deflate for this to have any effect.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
autoCommit(boolean autoCommit)
If true, each producer operation will be automatically followed by a
commit.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
autoCommit(String autoCommit)
If true, each producer operation will be automatically followed by a
commit.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
collection(String collection)
Set the default collection for SolrCloud.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
connectionTimeout(Integer connectionTimeout)
Sets the connection timeout on the SolrClient.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
connectionTimeout(String connectionTimeout)
Sets the connection timeout on the SolrClient.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
defaultMaxConnectionsPerHost(Integer defaultMaxConnectionsPerHost)
Deprecated.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
defaultMaxConnectionsPerHost(String defaultMaxConnectionsPerHost)
Deprecated.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
followRedirects(Boolean followRedirects)
Indicates whether redirects are used to get to the Solr server.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
followRedirects(String followRedirects)
Indicates whether redirects are used to get to the Solr server.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
httpClient(Object httpClient)
Sets the http client to be used by the solrClient.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
httpClient(String httpClient)
Sets the http client to be used by the solrClient.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
maxRetries(Integer maxRetries)
Deprecated.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
maxRetries(String maxRetries)
Deprecated.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
maxTotalConnections(Integer maxTotalConnections)
Deprecated.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
maxTotalConnections(String maxTotalConnections)
Deprecated.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
password(String password)
Sets password for basic auth plugin enabled servers.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
requestHandler(String requestHandler)
Set the request handler to be used.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
solrClient(Object solrClient)
Uses the provided solr client to connect to solr.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
solrClient(String solrClient)
Uses the provided solr client to connect to solr.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
soTimeout(Integer soTimeout)
Sets the socket timeout on the SolrClient.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
soTimeout(String soTimeout)
Sets the socket timeout on the SolrClient.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
streamingQueueSize(int streamingQueueSize)
Sets the queue size for the ConcurrentUpdateSolrClient.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
streamingQueueSize(String streamingQueueSize)
Sets the queue size for the ConcurrentUpdateSolrClient.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
streamingThreadCount(int streamingThreadCount)
Sets the number of threads for the ConcurrentUpdateSolrClient.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
streamingThreadCount(String streamingThreadCount)
Sets the number of threads for the ConcurrentUpdateSolrClient.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
username(String username)
Sets username for basic auth plugin enabled servers.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
zkChroot(String zkChroot)
Set the chroot of the zookeeper connection (include the leading
slash; e.g.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
zkHost(String zkHost)
Set the ZooKeeper host(s) urls which the CloudSolrClient uses, e.g.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder autoCommit(boolean autoCommit)
autoCommit - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder autoCommit(String autoCommit)
autoCommit - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder connectionTimeout(Integer connectionTimeout)
connectionTimeout - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder connectionTimeout(String connectionTimeout)
connectionTimeout - the value to set@Deprecated default SolrEndpointBuilderFactory.SolrEndpointBuilder defaultMaxConnectionsPerHost(Integer defaultMaxConnectionsPerHost)
defaultMaxConnectionsPerHost - the value to set@Deprecated default SolrEndpointBuilderFactory.SolrEndpointBuilder defaultMaxConnectionsPerHost(String defaultMaxConnectionsPerHost)
defaultMaxConnectionsPerHost - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder httpClient(Object httpClient)
httpClient - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder httpClient(String httpClient)
httpClient - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to set@Deprecated default SolrEndpointBuilderFactory.SolrEndpointBuilder maxRetries(Integer maxRetries)
maxRetries - the value to set@Deprecated default SolrEndpointBuilderFactory.SolrEndpointBuilder maxRetries(String maxRetries)
maxRetries - the value to set@Deprecated default SolrEndpointBuilderFactory.SolrEndpointBuilder maxTotalConnections(Integer maxTotalConnections)
maxTotalConnections - the value to set@Deprecated default SolrEndpointBuilderFactory.SolrEndpointBuilder maxTotalConnections(String maxTotalConnections)
maxTotalConnections - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder requestHandler(String requestHandler)
requestHandler - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder solrClient(Object solrClient)
solrClient - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder solrClient(String solrClient)
solrClient - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder soTimeout(Integer soTimeout)
soTimeout - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder soTimeout(String soTimeout)
soTimeout - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder streamingQueueSize(int streamingQueueSize)
streamingQueueSize - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder streamingQueueSize(String streamingQueueSize)
streamingQueueSize - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder streamingThreadCount(int streamingThreadCount)
streamingThreadCount - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder streamingThreadCount(String streamingThreadCount)
streamingThreadCount - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder collection(String collection)
collection - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder zkChroot(String zkChroot)
zkChroot - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder zkHost(String zkHost)
zkHost - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder allowCompression(Boolean allowCompression)
allowCompression - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder allowCompression(String allowCompression)
allowCompression - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder followRedirects(Boolean followRedirects)
followRedirects - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder followRedirects(String followRedirects)
followRedirects - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder password(String password)
password - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder username(String username)
username - the value to setApache Camel