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

Explicit parsing object capabilities of FieldMappers #98537

Closed
piergm opened this issue Aug 16, 2023 · 1 comment · Fixed by #98684
Closed

Explicit parsing object capabilities of FieldMappers #98537

piergm opened this issue Aug 16, 2023 · 1 comment · Fixed by #98684
Assignees
Labels
>enhancement :Search Foundations/Mapping Index mappings, including merging and defining field types Team:Search Foundations Meta label for the Search Foundations team in Elasticsearch v8.11.0

Comments

@piergm
Copy link
Member

piergm commented Aug 16, 2023

Description

When the subobject property is set to false and we encounter an object while parsing
we need a way to understand if its fieldMapper is able to parse an object.
If that's the case we can provide the entire object to the FieldMapper otherwise its
name becomes the part of the dotted field name of each internal value.

This feature will be used for #88934

Originally posted by @javanna in #97972 (comment)

@piergm piergm added >enhancement :Search Foundations/Mapping Index mappings, including merging and defining field types Team:Search Meta label for search team v8.11.0 labels Aug 16, 2023
@piergm piergm self-assigned this Aug 16, 2023
@elasticsearchmachine
Copy link
Collaborator

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

@javanna javanna added Team:Search Foundations Meta label for the Search Foundations team in Elasticsearch and removed Team:Search Meta label for search team labels Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement :Search Foundations/Mapping Index mappings, including merging and defining field types Team:Search Foundations Meta label for the Search Foundations team in Elasticsearch v8.11.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants