elasticsearch/docs/reference/mapping
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
..
dynamic Dynamic runtime to not dynamically create objects (#74234) 2021-06-18 14:12:43 +02:00
fields
params Update docs that composite agg no longer uses global ords (#74754) 2021-07-05 11:26:30 +02:00
types [DOCS] Document time series dimension mapping parameters (#75414) 2021-07-19 11:24:30 -04:00
dynamic-mapping.asciidoc
explicit-mapping.asciidoc
fields.asciidoc
mapping-settings-limit.asciidoc `indices.query.bool.max_clause_count` now limits all query clauses (#75297) 2021-07-21 12:16:30 +02:00
params.asciidoc
removal_of_types.asciidoc
runtime.asciidoc [DOCS] Word changes for runtime field incentives (#74769) 2021-06-30 13:43:26 -04:00
types.asciidoc [DOCS] Change field alias anchor (#73043) 2021-05-13 09:32:36 -04:00