OpenSearch/docs/reference/query-dsl/special-queries.asciidoc
Martijn van Groningen 34a264c375
added docs for wrapper query.
Closes #11591
2018-03-14 11:51:22 +01:00

33 lines
830 B
Plaintext

[[specialized-queries]]
== Specialized queries
This group contains queries which do not fit into the other groups:
<<query-dsl-mlt-query,`more_like_this` query>>::
This query finds documents which are similar to the specified text, document,
or collection of documents.
<<query-dsl-script-query,`script` query>>::
This query allows a script to act as a filter. Also see the
<<query-dsl-function-score-query,`function_score` query>>.
<<query-dsl-percolate-query,`percolate` query>>::
This query finds queries that are stored as documents that match with
the specified document.
<<query-dsl-wrapper-query,`wrapper` query>>::
A query that accepts other queries as json or yaml string.
include::mlt-query.asciidoc[]
include::script-query.asciidoc[]
include::percolate-query.asciidoc[]
include::wrapper-query.asciidoc[]