special-queries.asciidoc 819 B

12345678910111213141516171819202122232425262728293031
  1. [[java-specialized-queries]]
  2. === Specialized queries
  3. This group contains queries which do not fit into the other groups:
  4. <<java-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. <<java-query-dsl-script-query,`script` query>>::
  8. This query allows a script to act as a filter. Also see the
  9. <<java-query-dsl-function-score-query,`function_score` query>>.
  10. <<java-query-percolate-query,`percolate` query>>::
  11. This query finds percolator queries based on documents.
  12. <<java-query-dsl-wrapper-query,`wrapper` query>>::
  13. A query that accepts other queries as json or yaml string.
  14. include::mlt-query.asciidoc[]
  15. include::script-query.asciidoc[]
  16. include::percolate-query.asciidoc[]
  17. include::wrapper-query.asciidoc[]