OpenSearch/rest-api-spec/test/search
Isabel Drost-Fromm 48004ff8a5 Add mustache templating to query execution.
Adds support for storing mustache based query templates that can later be filled
with query parameter values at execution time. Templates may be both quoted,
non-quoted and referencing templates stored in config/scripts/*.mustache by file
name.

See docs/reference/query-dsl/queries/template-query.asciidoc for templating
examples.

Implementation detail: mustache itself is being shaded as it depends directly on
guava - so having it marked optional but included in the final distribution
raises chances of version conflicts downstream.

Fixes #4879
2014-02-20 12:21:59 +01:00
..
10_source_filtering.yaml [TEST] remove old tests from yaml test suite 2014-01-07 16:19:06 +01:00
20_default_values.yaml remove default `_all` for `type` and `index` if these are missing in REST tests 2014-01-09 10:17:42 +01:00
30_template_query_execution.yaml Add mustache templating to query execution. 2014-02-20 12:21:59 +01:00