OpenSearch/modules
Ryan Ernst 6ce597a378 Scripts: Convert template script engines to return String instead of BytesReference (#24447)
Template script engines (mustache, the only one) currently return a
BytesReference that users must know is utf8 encoded. This commit
modifies all callers and mustache to have the template engine return
String. This is much simpler, and does not require decoding in order to
use (for example, in ingest).
2017-05-15 22:37:31 -07:00
..
aggs-matrix-stats Added unit tests for InternalMatrixStats. 2017-05-10 11:06:18 +02:00
analysis-common Make PreConfiguredTokenFilter harder to misuse (#24572) 2017-05-10 22:39:43 -04:00
ingest-common Size lists in advance when known 2017-05-12 10:36:13 -04:00
lang-expression Scripting: Remove "service" from ScriptEngine interface name (#24574) 2017-05-10 00:47:33 -07:00
lang-mustache Scripts: Convert template script engines to return String instead of BytesReference (#24447) 2017-05-15 22:37:31 -07:00
lang-painless Replace manual copying an array or collection with static methods calls (#24657) 2017-05-15 09:35:48 +02:00
parent-join Add parent-join module (#24638) 2017-05-12 15:58:06 +02:00
percolator Add parent-join module (#24638) 2017-05-12 15:58:06 +02:00
reindex Move ReindexAction class to core (#24684) 2017-05-15 14:28:59 -04:00
repository-url Tests: Clean up rest test file handling (#21392) 2017-04-18 15:07:08 -07:00
transport-netty4 Remove Netty logging hack (#24653) 2017-05-12 16:05:13 -04:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00