elasticsearch/modules/lang-expression
Luca Cavanna 75b6f96453
Adjust ExpressionAggregationScript to support inter-segment concurrency (#99667)
Handling of _value in a script agg does not support search concurrency
when using the expression script engine. The reason is that the value gets set
globally assuming sequential execution. This commit addresses that by setting
the value to the values source associated with the correct leaf reader context,
while it was previosly being set on a shared data structure.

Closes #99156
2023-09-21 09:37:11 +02:00
..
licenses Add verification metadata for dependencies (#88814) 2022-08-04 09:51:16 +02:00
src Adjust ExpressionAggregationScript to support inter-segment concurrency (#99667) 2023-09-21 09:37:11 +02:00
build.gradle Upgrade to lucene-9.5.0-snapshot-d19c3e2e0ed (#92957) 2023-01-19 14:07:33 +01:00