elasticsearch/modules/parent-join
Ignacio Vera 152af43481
[8.x] Stop caching source map on SearchHit#getSourceMap (#119888) (#120743)
This call has the side effect that if you are iterating a number of hits
calling this method, you will be increasing the memory usage by a non
trivial number which in most of cases is unwanted. Therefore this commit
removes this caching all together and add an assertion so the method is
call once during the lifetime of the object.

backport #119888
2025-01-24 06:18:44 +11:00
..
src [8.x] Stop caching source map on SearchHit#getSourceMap (#119888) (#120743) 2025-01-24 06:18:44 +11:00
build.gradle Update Gradle wrapper to 8.12 (#118683) (#119363) 2024-12-31 08:36:31 +01:00