2015-06-24 23:27:19 +02:00
|
|
|
[[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>>.
|
|
|
|
|
2016-05-20 23:53:51 +02:00
|
|
|
<<java-query-percolate-query,`percolate` query>>::
|
|
|
|
|
|
|
|
This query finds percolator queries based on documents.
|
2015-06-24 23:27:19 +02:00
|
|
|
|
2018-03-14 11:51:22 +01:00
|
|
|
<<java-query-dsl-wrapper-query,`wrapper` query>>::
|
|
|
|
|
|
|
|
A query that accepts other queries as json or yaml string.
|
|
|
|
|
2015-06-24 23:27:19 +02:00
|
|
|
include::mlt-query.asciidoc[]
|
|
|
|
|
|
|
|
include::script-query.asciidoc[]
|
|
|
|
|
2016-04-19 15:59:09 +02:00
|
|
|
include::percolate-query.asciidoc[]
|
2016-03-15 15:07:53 +01:00
|
|
|
|
2018-03-14 11:51:22 +01:00
|
|
|
include::wrapper-query.asciidoc[]
|