forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial native synthetic source for counted_keyword fields (elastic#1…
…20078) Natively support synthetic source for the counted_keyword field type if the "synthetic_source_keep" mapping attribute is "none". Right now we don't have the logic set up to get the correct value of synthetic_source_keep if the value is inherited. Until we get that set up, we can only confidently use the doc_values implementation of synthetic_source if the synthetic_source_keep is explicitly set to "none" in the mapping parameters.
- Loading branch information
1 parent
06e1621
commit aa6822e
Showing
4 changed files
with
336 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.