I use Elasticsearch with version 1.7 (I know it is very old). I got TooManyClauses error and I wanted to increase the default value of max_clause_count. (default 1024)
Unfortunately, I couldn't set the configuration for elasticsearch. I tried these 2 settings:
1- "indices.query.bool.max_clause_count=2048"
2- "index.query.bool.max_clause_count=2048"
Do you have any ideas? How can I change the default value for max_clause_count?