Add source fallback support for match_only_text mapped type (#89473)

This change adds access to mapped match_only_text fields via the Painless scripting fields API. The 
values returned from a match_only_text field via the scripting fields API always use source as described 
by (#81246). These are not available via doc values so there are no bwc issues.
This commit is contained in:
Jack Conradson 2022-08-22 07:32:25 -07:00 committed by GitHub
parent b15f6dd6d0
commit 58fafe224f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 170 additions and 1 deletions

View file

@ -0,0 +1,5 @@
pr: 89473
summary: Add source fallback support for `match_only_text` mapped type
area: Mapping
type: enhancement
issues: []