special-queries.asciidoc 771 B

1234567891011121314151617181920212223242526272829
  1. [[specialized-queries]]
  2. == Specialized queries
  3. This group contains queries which do not fit into the other groups:
  4. <<query-dsl-mlt-query,`more_like_this` query>>::
  5. This query finds documents which are similar to the specified text, document,
  6. or collection of documents.
  7. <<query-dsl-template-query,`template` query>>::
  8. The `template` query accepts a Mustache template (either inline, indexed, or
  9. from a file), and a map of parameters, and combines the two to generate the
  10. final query to execute.
  11. <<query-dsl-script-query,`script` query>>::
  12. This query allows a script to act as a filter. Also see the
  13. <<query-dsl-function-score-query,`function_score` query>>.
  14. include::mlt-query.asciidoc[]
  15. include::template-query.asciidoc[]
  16. include::script-query.asciidoc[]