Skip to content

Add new dynamic until_limit option#96233

Closed
felixbarny wants to merge 2 commits intoelastic:mainfrom
felixbarny:dynamic-until-limit
Closed

Add new dynamic until_limit option#96233
felixbarny wants to merge 2 commits intoelastic:mainfrom
felixbarny:dynamic-until-limit

Conversation

@felixbarny
Copy link
Copy Markdown
Member

Adds a new dynamic mapping option: until_limit.

This behaves like dynamic: true as long as the field limit is not reached. When adding a new dynamic field would exceed the field limit, it is not added to the mapping (similar to dynamic: false). Instead, an _ignored field is added for it.

Relates to #89911

@felixbarny felixbarny added >enhancement :Search Foundations/Mapping Index mappings, including merging and defining field types labels May 19, 2023
@elasticsearchmachine
Copy link
Copy Markdown
Collaborator

Pinging @elastic/es-search (Team:Search)

@elasticsearchmachine elasticsearchmachine added Team:Search Meta label for search team v8.9.0 external-contributor Pull request authored by a developer outside the Elasticsearch team labels May 19, 2023
@elasticsearchmachine
Copy link
Copy Markdown
Collaborator

Hi @felixbarny, I've created a changelog YAML for you.

@felixbarny
Copy link
Copy Markdown
Member Author

felixbarny commented May 20, 2023

Superseded by #96235

@felixbarny felixbarny closed this May 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

>enhancement external-contributor Pull request authored by a developer outside the Elasticsearch team :Search Foundations/Mapping Index mappings, including merging and defining field types Team:Search Meta label for search team v8.9.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants