12345678910111213141516171819202122232425262728293031 |
- [[java-specialized-queries]]
- === Specialized queries
- This group contains queries which do not fit into the other groups:
- <<java-query-dsl-mlt-query,`more_like_this` query>>::
- This query finds documents which are similar to the specified text, document,
- or collection of documents.
- <<java-query-dsl-script-query,`script` query>>::
- This query allows a script to act as a filter. Also see the
- <<java-query-dsl-function-score-query,`function_score` query>>.
- <<java-query-percolate-query,`percolate` query>>::
- This query finds percolator queries based on documents.
- <<java-query-dsl-wrapper-query,`wrapper` query>>::
- A query that accepts other queries as json or yaml string.
- include::mlt-query.asciidoc[]
- include::script-query.asciidoc[]
- include::percolate-query.asciidoc[]
- include::wrapper-query.asciidoc[]
|