Elasticsearch - setze max_clause_count

Ich habe eine ziemlich große Anfrage in Elasticsearch, also bekomme ichtoo_many_clauses: maxClauseCount is set to 1024

Ich habe versucht, es in der elasticsearch.yml durch @ zu erhöh

index:
query:
bool:
max_clause_count: 10240

und via

curl -XPUT "http://localhost:9200/plastic/_settings" -d '{ "index" : { "max_clause_count" : 10000 } }'

aber nichts hat funktioniert. Mein Index heißt plastic.

Antworten auf die Frage(6)

Ihre Antwort auf die Frage