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

k.related.related-indexing.1.0.2.source-code.default-elasticsearch.yml Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
node.data: false
node.client: true
http.enabled: false
client.transport.sniff : false

# Search pool
threadpool.search.type: fixed
threadpool.search.size: 1
threadpool.search.queue_size: 10000

# Bulk pool
threadpool.bulk.type: fixed
threadpool.bulk.size: 1
threadpool.bulk.queue_size: 10000

threadpool.get.type: fixed
threadpool.get.size: 1
threadpool.get.queue_size: 10000


# Index pool
threadpool.index.type: fixed
threadpool.index.size: 1
threadpool.index.queue_size: 10000

# worker_pool
transport.netty.worker_count: 1

# transport
transport.connections_per_node.min: 1
transport.connections_per_node.medium: 1
transport.connections_per_node.high: 1




© 2015 - 2025 Weber Informatics LLC | Privacy Policy