elasticsearch/x-pack/plugin/ent-search
Ignacio Vera 9a9bc69883
Stop caching source map on SearchHit#getSourceMap (#119888)
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.
2025-01-23 17:28:52 +01:00
..
licenses Add template parameters to Search Applications (#95674) 2023-05-10 14:48:38 +02:00
qa [Connector API] Support hard deletes with new URL param in delete endpoint (#120200) 2025-01-16 09:45:10 +01:00
src Stop caching source map on SearchHit#getSourceMap (#119888) 2025-01-23 17:28:52 +01:00
build.gradle Update Gradle wrapper to 8.12 (#118683) 2024-12-30 15:34:24 +01:00