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