OpenSearch/modules
Tanguy Leroux 04da1bda0d Move templates out of the Search API, into lang-mustache module
This commit moves template support out of the Search API to its own dedicated Search Template API in the lang-mustache module. It provides a new SearchTemplateAction that can be used to render templates before it gets delegated to the usual Search API. The current REST endpoint are identical, but the Render Search Template endpoint now uses the same Search Template API with a new "simulate" option. When this option is enabled, the Search Template API only renders template and returns immediatly, without executing the search.

Closes #17906
2016-06-23 09:30:53 +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 Rename `fields` to `stored_fields` and add `docvalue_fields` 2016-06-22 17:38:30 +02:00
lang-mustache Move templates out of the Search API, into lang-mustache module 2016-06-23 09:30:53 +02:00
lang-painless Added some brief docs. 2016-06-21 12:56:54 -07:00
percolator removed unused imports 2016-06-21 15:51:20 +02:00
reindex Rename `fields` to `stored_fields` and add `docvalue_fields` 2016-06-22 17:38:30 +02:00
build.gradle Enforce isolated mode for all plugins 2016-03-24 09:17:33 +01:00