mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-21 13:47:25 -04:00
There were some optimizations that broke collapse fields automatically being added to `docvalue_fields` during the fetch phase. Consequently, users will get really weird errors like `unsupported_operation_exception`. This commit corrects the intended behavior of automatically including the collapse field in the docvalue_fields context during fetch if it isn't already included. closes: https://github.com/elastic/elasticsearch/issues/96510 |
||
---|---|---|
.. | ||
internalClusterTest/java/org/elasticsearch | ||
main | ||
test |