mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
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:
parent
b15f6dd6d0
commit
58fafe224f
4 changed files with 170 additions and 1 deletions
5
docs/changelog/89473.yaml
Normal file
5
docs/changelog/89473.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
pr: 89473
|
||||
summary: Add source fallback support for `match_only_text` mapped type
|
||||
area: Mapping
|
||||
type: enhancement
|
||||
issues: []
|
Loading…
Add table
Add a link
Reference in a new issue