OpenSearch/src
Adrien Grand d22645cbfc Scripts: Return new lists on calls to getValues.
Scripts currently share the same list across invocations to getValues. This
caused a bug in script fields where all documents coming from the same segment
would get the same values (basically, for the next document for which script
values have been requested). Scripts now return a fresh new list on every
invocation to `getValues`.

Close #8576
2014-11-25 17:39:26 +01:00
..
deb fix mention of Apache License, version 2. 2014-11-08 19:14:51 +01:00
main Scripts: Return new lists on calls to getValues. 2014-11-25 17:39:26 +01:00
rpm Packaging: Export JAVA_HOME in RPM init script 2014-11-01 08:38:46 +01:00
test Scripts: Return new lists on calls to getValues. 2014-11-25 17:39:26 +01:00