Package | Description |
---|---|
org.elasticsearch.index.query |
Modifier and Type | Method and Description |
---|---|
TopChildrenQueryBuilder |
TopChildrenQueryBuilder.boost(float boost)
Sets the boost for this query.
|
TopChildrenQueryBuilder |
TopChildrenQueryBuilder.factor(int factor)
Controls the multiplication factor of the initial hits required from the child query over the main query request.
|
TopChildrenQueryBuilder |
TopChildrenQueryBuilder.incrementalFactor(int incrementalFactor)
Sets the incremental factor when the query needs to be re-run in order to fetch more results.
|
TopChildrenQueryBuilder |
TopChildrenQueryBuilder.queryName(String queryName)
Sets the query name for the filter that can be used when searching for matched_filters per hit.
|
TopChildrenQueryBuilder |
TopChildrenQueryBuilder.score(String score)
How to compute the score.
|
static TopChildrenQueryBuilder |
QueryBuilders.topChildrenQuery(String type,
QueryBuilder query)
Constructs a new scoring child query, with the child type and the query to run on the child documents.
|
Copyright © 2009–2015. All rights reserved.