Skip to content

Support synthetic source for fields with normalizers enabled #110039

Open
@martijnvg

Description

@martijnvg

Today synthetic source can't be configured if a mapping contains keyword fields with normalizers. The reason why this is disallowed, is that when documents get reindexed we can't synthesize from doc values because the original value was altered.

In order to support synthetic source when normalizers are enabled, we should enforce storing these fields, so that we can synthesize from stored fields and avoid the potential accuracy loss at reindex time.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions