elasticsearch/docs/reference/modules/indices
Adrien Grand feb6620d14
`indices.query.bool.max_clause_count` now limits all query clauses (#75297)
In the upcoming Lucene 9 release, `indices.query.bool.max_clause_count` is
going to apply to the entire query tree rather than per `bool` query. In order
to avoid breaks, the limit has been bumped from 1024 to 4096.

The semantics will effectively change when we upgrade to Lucene 9, this PR
is only about agreeing on a migration strategy and documenting this change.

To avoid further breaks, I am leaning towards keeping the current setting name
even though it contains `bool`. I believe that it still makes sense given that
`bool` queries are typically the main contributors to high numbers of clauses.

Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>
2021-07-21 12:16:30 +02:00
..
circuit_breaker.asciidoc [DOCS] Note circuit breakers reject requests with 429 HTTP status code (#69864) 2021-06-02 10:31:24 -04:00
fielddata.asciidoc Clarify field data cache behavior in docs (#64375) 2020-11-20 13:53:23 -08:00
index_management.asciidoc [DOCS] Remove unneeded articles for Elasticsearch Service and Elastic Agent 2021-04-02 16:01:59 -04:00
indexing_buffer.asciidoc [DOCS] Fix double spaces (#71082) 2021-03-31 09:57:47 -04:00
query_cache.asciidoc [DOCS] Document dynamic cluster settings (#61760) 2020-09-01 15:48:45 -04:00
recovery.asciidoc Fork the sending of file chunks during recovery (#74164) 2021-06-16 11:58:13 +01:00
request_cache.asciidoc [DOCS] Fix double spaces (#71082) 2021-03-31 09:57:47 -04:00
search-settings.asciidoc `indices.query.bool.max_clause_count` now limits all query clauses (#75297) 2021-07-21 12:16:30 +02:00