| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SINK_SOLRS_COMPONENT_AUTOWIRED_ENABLED_CONF |
"camel.component.solrs.autowiredEnabled" |
public static final String |
CAMEL_SINK_SOLRS_COMPONENT_AUTOWIRED_ENABLED_DOC |
"Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc." |
public static final String |
CAMEL_SINK_SOLRS_COMPONENT_LAZY_START_PRODUCER_CONF |
"camel.component.solrs.lazyStartProducer" |
public static final String |
CAMEL_SINK_SOLRS_COMPONENT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_SOLRS_ENDPOINT_ALLOW_COMPRESSION_CONF |
"camel.sink.endpoint.allowCompression" |
public static final String |
CAMEL_SINK_SOLRS_ENDPOINT_ALLOW_COMPRESSION_DOC |
"Server side must support gzip or deflate for this to have any effect" |
public static final String |
CAMEL_SINK_SOLRS_ENDPOINT_COLLECTION_CONF |
"camel.sink.endpoint.collection" |
public static final String |
CAMEL_SINK_SOLRS_ENDPOINT_COLLECTION_DOC |
"Set the collection name which the solrCloud server could use" |
public static final String |
CAMEL_SINK_SOLRS_ENDPOINT_CONNECTION_TIMEOUT_CONF |
"camel.sink.endpoint.connectionTimeout" |
public static final String |
CAMEL_SINK_SOLRS_ENDPOINT_CONNECTION_TIMEOUT_DOC |
"connectionTimeout on the underlying HttpConnectionManager" |
public static final String |
CAMEL_SINK_SOLRS_ENDPOINT_DEFAULT_MAX_CONNECTIONS_PER_HOST_CONF |
"camel.sink.endpoint.defaultMaxConnectionsPerHost" |
public static final String |
CAMEL_SINK_SOLRS_ENDPOINT_DEFAULT_MAX_CONNECTIONS_PER_HOST_DOC |
"maxConnectionsPerHost on the underlying HttpConnectionManager" |
public static final String |
CAMEL_SINK_SOLRS_ENDPOINT_FOLLOW_REDIRECTS_CONF |
"camel.sink.endpoint.followRedirects" |
public static final String |
CAMEL_SINK_SOLRS_ENDPOINT_FOLLOW_REDIRECTS_DOC |
"indicates whether redirects are used to get to the Solr server" |
public static final String |
CAMEL_SINK_SOLRS_ENDPOINT_LAZY_START_PRODUCER_CONF |
"camel.sink.endpoint.lazyStartProducer" |
public static final String |
CAMEL_SINK_SOLRS_ENDPOINT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_SOLRS_ENDPOINT_MAX_RETRIES_CONF |
"camel.sink.endpoint.maxRetries" |
public static final String |
CAMEL_SINK_SOLRS_ENDPOINT_MAX_RETRIES_DOC |
"Maximum number of retries to attempt in the event of transient errors" |
public static final String |
CAMEL_SINK_SOLRS_ENDPOINT_MAX_TOTAL_CONNECTIONS_CONF |
"camel.sink.endpoint.maxTotalConnections" |
public static final String |
CAMEL_SINK_SOLRS_ENDPOINT_MAX_TOTAL_CONNECTIONS_DOC |
"maxTotalConnection on the underlying HttpConnectionManager" |
public static final String |
CAMEL_SINK_SOLRS_ENDPOINT_PASSWORD_CONF |
"camel.sink.endpoint.password" |
public static final String |
CAMEL_SINK_SOLRS_ENDPOINT_PASSWORD_DOC |
"Sets password for basic auth plugin enabled servers" |
public static final String |
CAMEL_SINK_SOLRS_ENDPOINT_REQUEST_HANDLER_CONF |
"camel.sink.endpoint.requestHandler" |
public static final String |
CAMEL_SINK_SOLRS_ENDPOINT_REQUEST_HANDLER_DOC |
"Set the request handler to be used" |
public static final String |
CAMEL_SINK_SOLRS_ENDPOINT_SO_TIMEOUT_CONF |
"camel.sink.endpoint.soTimeout" |
public static final String |
CAMEL_SINK_SOLRS_ENDPOINT_SO_TIMEOUT_DOC |
"Read timeout on the underlying HttpConnectionManager. This is desirable for queries, but probably not for indexing" |
public static final String |
CAMEL_SINK_SOLRS_ENDPOINT_STREAMING_QUEUE_SIZE_CONF |
"camel.sink.endpoint.streamingQueueSize" |
public static final String |
CAMEL_SINK_SOLRS_ENDPOINT_STREAMING_QUEUE_SIZE_DOC |
"Set the queue size for the StreamingUpdateSolrServer" |
public static final String |
CAMEL_SINK_SOLRS_ENDPOINT_STREAMING_THREAD_COUNT_CONF |
"camel.sink.endpoint.streamingThreadCount" |
public static final String |
CAMEL_SINK_SOLRS_ENDPOINT_STREAMING_THREAD_COUNT_DOC |
"Set the number of threads for the StreamingUpdateSolrServer" |
public static final String |
CAMEL_SINK_SOLRS_ENDPOINT_USERNAME_CONF |
"camel.sink.endpoint.username" |
public static final String |
CAMEL_SINK_SOLRS_ENDPOINT_USERNAME_DOC |
"Sets username for basic auth plugin enabled servers" |
public static final String |
CAMEL_SINK_SOLRS_ENDPOINT_ZK_HOST_CONF |
"camel.sink.endpoint.zkHost" |
public static final String |
CAMEL_SINK_SOLRS_ENDPOINT_ZK_HOST_DOC |
"Set the ZooKeeper host information which the solrCloud could use, such as zkhost=localhost:8123." |
public static final String |
CAMEL_SINK_SOLRS_PATH_URL_CONF |
"camel.sink.path.url" |
public static final String |
CAMEL_SINK_SOLRS_PATH_URL_DOC |
"Hostname and port for the solr server" |
Copyright © 2021 The Apache Software Foundation. All rights reserved.