Uses of Class
org.elasticsearch.index.query.TopChildrenQueryBuilder

Packages that use TopChildrenQueryBuilder
org.elasticsearch.index.query   
 

Uses of TopChildrenQueryBuilder in org.elasticsearch.index.query
 

Methods in org.elasticsearch.index.query that return TopChildrenQueryBuilder
 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.scope(String scope)
          The scope of the query, which can later be used, for example, to run facets against the child docs that matches the query.
 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-2012. All Rights Reserved.