OpenSearch/modules
Tanguy Leroux 4820d49120 Mustache: Add util functions to render JSON and join array values
This pull request adds two util functions to the Mustache templating engine:
- {{#toJson}}my_map{{/toJson}} to render a Map parameter as a JSON string
- {{#join}}my_iterable{{/join}} to render any iterable (including arrays) as a comma separated list of values like `1, 2, 3`. It's also possible de change the default delimiter (comma) to something else.

closes #18970
2016-06-29 09:48:58 +02:00
..
aggs-matrix-stats Plugins: Remove name() and description() from api 2016-06-15 17:12:22 -07:00
ingest-common Fix ignore_failure behavior in _simulate?verbose (#18987) 2016-06-21 13:29:53 -07:00
lang-expression Compile each Groovy script in its own classloader 2016-06-20 08:17:09 +02:00
lang-groovy [TEST] Fixed bounds calculation for extended bounds in histogram agg empty buckets test 2016-06-28 09:37:34 +01:00
lang-mustache Mustache: Add util functions to render JSON and join array values 2016-06-29 09:48:58 +02:00
lang-painless Painless: add "".replaceAll and "".replaceFirst 2016-06-28 16:39:11 -04:00
percolator percolator: Use RamDirectory for percolating nested document instead of using multiple MemoryIndex instances with SlowCompositeReaderWrapper workaround 2016-06-29 08:50:01 +02:00
reindex Fix logger usages 2016-06-28 16:51:06 +02:00
build.gradle Enforce isolated mode for all plugins 2016-03-24 09:17:33 +01:00