Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new dynamic until_limit option #96233

Closed
wants to merge 2 commits into from

Conversation

felixbarny
Copy link
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
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
Collaborator

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

@felixbarny
Copy link
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.

None yet

2 participants