elasticsearch/server/src
Benjamin Trent d3efd51bc1
Fix automatic tracking of collapse with docvalue_fields (#110103) (#110154)
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
2024-06-26 07:55:11 -04:00
..
internalClusterTest/java/org/elasticsearch Fix automatic tracking of collapse with docvalue_fields (#110103) (#110154) 2024-06-26 07:55:11 -04:00
main Fix automatic tracking of collapse with docvalue_fields (#110103) (#110154) 2024-06-26 07:55:11 -04:00
test [8.14] backporting fix for RRF pagination (#109788) 2024-06-19 18:40:35 +03:00