mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
Adds a new `index.mapping.total_fields.ignore_dynamic_beyond_limit` index setting. When set to `true`, new fields are added to the mapping as long as the field limit (`index.mapping.total_fields.limit`) is not exceeded. Fields that would exceed the limit are not added to the mapping, similar to `dynamic: false`. Ignored fields are added to the `_ignored` metadata field. Relates to https://github.com/elastic/elasticsearch/issues/89911 To make this easier to review, this is split into the following PRs: - [x] https://github.com/elastic/elasticsearch/pull/102915 - [x] https://github.com/elastic/elasticsearch/pull/102936 - [x] https://github.com/elastic/elasticsearch/pull/104769 Related but not a prerequisite: - [ ] https://github.com/elastic/elasticsearch/pull/102885 |
||
---|---|---|
.. | ||
analyzer.asciidoc | ||
coerce.asciidoc | ||
copy-to.asciidoc | ||
doc-values.asciidoc | ||
dynamic.asciidoc | ||
eager-global-ordinals.asciidoc | ||
enabled.asciidoc | ||
format.asciidoc | ||
ignore-above.asciidoc | ||
ignore-malformed.asciidoc | ||
index-options.asciidoc | ||
index-phrases.asciidoc | ||
index-prefixes.asciidoc | ||
index.asciidoc | ||
meta.asciidoc | ||
multi-fields.asciidoc | ||
normalizer.asciidoc | ||
norms.asciidoc | ||
null-value.asciidoc | ||
position-increment-gap.asciidoc | ||
properties.asciidoc | ||
search-analyzer.asciidoc | ||
similarity.asciidoc | ||
store.asciidoc | ||
subobjects.asciidoc | ||
term-vector.asciidoc |