All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.elasticsearch.restclient.lowlevel.runtime.ElasticsearchConfig.jdp Maven / Gradle / Ivy

#
#Fri May 06 11:51:44 CEST 2022
io.quarkus.elasticsearch.restclient.lowlevel.runtime.ElasticsearchConfig.maxConnectionsPerRoute=The maximum number of connections per Elasticsearch server.
io.quarkus.elasticsearch.restclient.lowlevel.runtime.ElasticsearchConfig.username=The username for basic HTTP authentication.
io.quarkus.elasticsearch.restclient.lowlevel.runtime.ElasticsearchConfig.maxConnections=The maximum number of connections to all the Elasticsearch servers.
io.quarkus.elasticsearch.restclient.lowlevel.runtime.ElasticsearchConfig.protocol=The protocol to use when contacting Elasticsearch servers.\nSet to "https" to enable SSL/TLS.
io.quarkus.elasticsearch.restclient.lowlevel.runtime.ElasticsearchConfig.socketTimeout=The socket timeout.
io.quarkus.elasticsearch.restclient.lowlevel.runtime.ElasticsearchConfig.password=The password for basic HTTP authentication.
io.quarkus.elasticsearch.restclient.lowlevel.runtime.ElasticsearchConfig.connectionTimeout=The connection timeout.
io.quarkus.elasticsearch.restclient.lowlevel.runtime.ElasticsearchConfig.discovery=Configuration for the automatic discovery of new Elasticsearch nodes.
io.quarkus.elasticsearch.restclient.lowlevel.runtime.ElasticsearchConfig.hosts=The list of hosts of the Elasticsearch servers.
io.quarkus.elasticsearch.restclient.lowlevel.runtime.ElasticsearchConfig.ioThreadCounts=The number of IO thread.\nBy default, this is the number of locally detected processors.\n

\nThread counts higher than the number of processors should not be necessary because the I/O threads rely on non-blocking\noperations, but you may want to use a thread count lower than the number of processors.\n\n@see number of\n threads





© 2015 - 2025 Weber Informatics LLC | Privacy Policy