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 committed automatically.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
autoCommit(String autoCommit)
If true, each producer operation will be committed automatically.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
collection(String collection)
Set the collection name which the solrCloud server could use.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
connectionTimeout(Integer connectionTimeout)
connectionTimeout on the underlying HttpConnectionManager.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
connectionTimeout(String connectionTimeout)
connectionTimeout on the underlying HttpConnectionManager.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
defaultMaxConnectionsPerHost(Integer defaultMaxConnectionsPerHost)
maxConnectionsPerHost on the underlying HttpConnectionManager.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
defaultMaxConnectionsPerHost(String defaultMaxConnectionsPerHost)
maxConnectionsPerHost on the underlying HttpConnectionManager.
|
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 |
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)
Maximum number of retries to attempt in the event of transient
errors.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
maxRetries(String maxRetries)
Maximum number of retries to attempt in the event of transient
errors.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
maxTotalConnections(Integer maxTotalConnections)
maxTotalConnection on the underlying HttpConnectionManager.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
maxTotalConnections(String maxTotalConnections)
maxTotalConnection on the underlying HttpConnectionManager.
|
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 |
soTimeout(Integer soTimeout)
Read timeout on the underlying HttpConnectionManager.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
soTimeout(String soTimeout)
Read timeout on the underlying HttpConnectionManager.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
streamingQueueSize(int streamingQueueSize)
Set the queue size for the StreamingUpdateSolrServer.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
streamingQueueSize(String streamingQueueSize)
Set the queue size for the StreamingUpdateSolrServer.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
streamingThreadCount(int streamingThreadCount)
Set the number of threads for the StreamingUpdateSolrServer.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
streamingThreadCount(String streamingThreadCount)
Set the number of threads for the StreamingUpdateSolrServer.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
username(String username)
Sets username for basic auth plugin enabled servers.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
zkHost(String zkHost)
Set the ZooKeeper host information which the solrCloud could use,
such as zkhost=localhost:8123.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder allowCompression(Boolean allowCompression)
allowCompression - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder allowCompression(String allowCompression)
allowCompression - the value to setdefault 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 setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder defaultMaxConnectionsPerHost(Integer defaultMaxConnectionsPerHost)
defaultMaxConnectionsPerHost - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder defaultMaxConnectionsPerHost(String defaultMaxConnectionsPerHost)
defaultMaxConnectionsPerHost - 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 lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder maxRetries(Integer maxRetries)
maxRetries - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder maxRetries(String maxRetries)
maxRetries - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder maxTotalConnections(Integer maxTotalConnections)
maxTotalConnections - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder maxTotalConnections(String maxTotalConnections)
maxTotalConnections - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder requestHandler(String requestHandler)
requestHandler - 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 password(String password)
password - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder username(String username)
username - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder collection(String collection)
collection - the value to setdefault SolrEndpointBuilderFactory.SolrEndpointBuilder zkHost(String zkHost)
zkHost - the value to setApache Camel