elasticsearch/plugins/mapper-annotated-text
Nik Everett 74d0d19c0f
Synthetic _source: support field in many cases (#89950)
This adds support for the `field` scripting API in many but not all
cases. Before this change numbers, dates, and IPs supported the `field`
API when running with _source in synthetic mode because they always have
doc values. This change adds support for `match_only_text`, `store`d
`keyword` fields, and `store`d `text` fields. Two remaining field
configurations work with synthetic _source and do not work with `field`:
* A `text` field with a sub-`keyword` field that has `doc_values` * A
`text` field with a sub-`keyword` field that is `store`d

![image](https://user-images.githubusercontent.com/215970/189217841-4378ed42-e454-42c1-aaf0-6c2c041b29be.png)
2022-11-10 10:44:06 -05:00
..
src Synthetic _source: support field in many cases (#89950) 2022-11-10 10:44:06 -05:00
build.gradle Always support ignore_malformed in the same way (#90565) 2022-10-03 06:18:02 -04:00