mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
This allows us to be more conservative about what needs to be loaded when using the fields API, and opens up the possibility of avoiding using stored fields or source altogether if we can use doc values to fetch values. This commit also uses this new information from ValueFetchers to more efficiently preload stored fields for the `fields` API, while still allowing the lazy loading of individual fields if they are asked for by scripts or runtime fields which cannot be introspected. |
||
---|---|---|
.. | ||
src | ||
build.gradle |