Skip to content

Conversation

salvatore-campagna
Copy link
Contributor

@salvatore-campagna salvatore-campagna commented Aug 29, 2024

After all synthetic source improvements we introduced, documentation
needs to be updated to reflect the fact that it works with ignore_malformed
and for keywords using normalizers.

Resolves #112351

salvatore-campagna and others added 14 commits August 23, 2024 16:39
Using a normalizer for a keyword field might result in not being able
to reconstruct the original source when using synthetic source.
Here if synthetic source is enabled and a normalizer is configured
we store the originalv alue in a stored field which is later used
at document reconstruction time to reconstruct the field value as
it was in the original document.
Now synthetic source can be used together with `ignore_malformed`
and for keywords using normalizers.
@salvatore-campagna salvatore-campagna self-assigned this Aug 29, 2024
@salvatore-campagna salvatore-campagna added the :StorageEngine/Logs You know, for Logs label Aug 29, 2024
Copy link
Contributor

Documentation preview:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>docs General docs changes :StorageEngine/Logs You know, for Logs v8.16.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update synthetic source documentation for all field types
1 participant