|
@@ -9,12 +9,6 @@ This group contains queries which do not fit into the other groups:
|
|
|
This query finds documents which are similar to the specified text, document,
|
|
|
or collection of documents.
|
|
|
|
|
|
-<<java-query-dsl-template-query,`template` query>>::
|
|
|
-
|
|
|
-The `template` query accepts a Mustache template (either inline, indexed, or
|
|
|
-from a file), and a map of parameters, and combines the two to generate the
|
|
|
-final query to execute.
|
|
|
-
|
|
|
<<java-query-dsl-script-query,`script` query>>::
|
|
|
|
|
|
This query allows a script to act as a filter. Also see the
|