| 1234567891011121314151617181920212223242526272829303132333435 | [[specialized-queries]]== Specialized queriesThis 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-template-query,`template` query>>::The `template` query accepts a Mustache template (either inline, indexed, orfrom a file), and a map of parameters,  and combines the two to generate thefinal query to execute.<<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 withthe specified document.include::mlt-query.asciidoc[]include::template-query.asciidoc[]include::script-query.asciidoc[]include::percolate-query.asciidoc[]
 |