OpenSearch/rest-api-spec/src
Julie Tibshirani 9e52513c7b
Add support for missing value fetchers. (#63585)
This PR implements value fetching for the following field types:
* `text` phrase and prefix subfields
* `search_as_you_type`, plus its subfields
* `token_count`, which is implemented by fetching doc values

Supporting these types helps ensure that retrieving all fields through
`"fields": ["*"]` doesn't fail because of unsupported value fetchers.
2020-10-12 17:34:21 -07:00
..
main/resources Add support for missing value fetchers. (#63585) 2020-10-12 17:34:21 -07:00
yamlRestTest/java/org/elasticsearch/test/rest Increase docs and client rest test timeouts for Darwin (#61075) 2020-08-13 21:22:06 -07:00