Elasticsearch – set max_clause_count

In Elasticsearch 5, index.query.bool.max_clause_count has been deprecated/removed.

Insert in your elasticsearch.yml file indices.query.bool.max_clause_count : n instead (where n – new supported number of clauses).

NOTE: Here is link to documentation.

Leave a Comment