
io.quarkiverse.opensearch.restclient.lowlevel.runtime.OpenSearchConfig.jdp Maven / Gradle / Ivy
#
#Tue Aug 08 23:27:41 UTC 2023
io.quarkiverse.opensearch.restclient.lowlevel.runtime.OpenSearchConfig.protocol=The protocol to use when contacting OpenSearch servers.\nSet to "https" to enable SSL/TLS.
io.quarkiverse.opensearch.restclient.lowlevel.runtime.OpenSearchConfig.maxConnections=The maximum number of connections to all the OpenSearch servers.
io.quarkiverse.opensearch.restclient.lowlevel.runtime.OpenSearchConfig.maxConnectionsPerRoute=The maximum number of connections per OpenSearch server.
io.quarkiverse.opensearch.restclient.lowlevel.runtime.OpenSearchConfig.socketTimeout=The socket timeout.
io.quarkiverse.opensearch.restclient.lowlevel.runtime.OpenSearchConfig.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.
io.quarkiverse.opensearch.restclient.lowlevel.runtime.OpenSearchConfig.username=The username for basic HTTP authentication.
io.quarkiverse.opensearch.restclient.lowlevel.runtime.OpenSearchConfig.discovery=Configuration for the automatic discovery of new OpenSearch nodes.
io.quarkiverse.opensearch.restclient.lowlevel.runtime.OpenSearchConfig.password=The password for basic HTTP authentication.
io.quarkiverse.opensearch.restclient.lowlevel.runtime.OpenSearchConfig.hosts=The list of hosts of the OpenSearch servers.
io.quarkiverse.opensearch.restclient.lowlevel.runtime.OpenSearchConfig.connectionTimeout=The connection timeout.