IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Top Children Query
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Top Children Query
editQueryBuilders.topChildrenQuery(
"blog_tag", // field
QueryBuilders.termQuery("tag", "something") // Query
)
.score("max") // max, sum or avg
.factor(5)
.incrementalFactor(2);