special-queries.asciidoc 689 B

123456789101112131415161718192021222324252627
  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-script-query,`script` query>>::
  8. This query allows a script to act as a filter. Also see the
  9. <<query-dsl-function-score-query,`function_score` query>>.
  10. <<query-dsl-percolate-query,`percolate` query>>::
  11. This query finds queries that are stored as documents that match with
  12. the specified document.
  13. include::mlt-query.asciidoc[]
  14. include::script-query.asciidoc[]
  15. include::percolate-query.asciidoc[]