OpenSearch/modules/lang-mustache
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
..
licenses get gradle check passing for lang-mustache 2015-12-09 00:10:37 -05:00
src Move templates out of the Search API, into lang-mustache module 2016-06-23 09:30:53 +02:00
build.gradle Move templates out of the Search API, into lang-mustache module 2016-06-23 09:30:53 +02:00