Sinan Kaplan

Results 3 comments of Sinan Kaplan

Hi @romainruaud thanks for the quick response, ``` curl http://localhost:9200/_cluster/health?pretty ``` ```json { "cluster_name" : "elasticsearch_stg", "status" : "yellow", "timed_out" : false, "number_of_nodes" : 3, "number_of_data_nodes" : 3, "active_primary_shards" :...

What about using preference parameter We are trying to execute our query on single node but selecting all shards , but the result is same It seems _mtermvectors is not...

Hi @romainruaud as described in here we can specify shards or nodes by preference parameter. https://www.elastic.co/guide/en/elasticsearch/reference/7.10/docs-multi-termvectors.html but it is not working as expected, it always uses random node/shard.