special-queries.asciidoc 830 B

1234567891011121314151617181920212223242526272829303132
  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. <<query-dsl-wrapper-query,`wrapper` query>>::
  14. A query that accepts other queries as json or yaml string.
  15. include::mlt-query.asciidoc[]
  16. include::script-query.asciidoc[]
  17. include::percolate-query.asciidoc[]
  18. include::wrapper-query.asciidoc[]