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

Packages that use HasChildQueryBuilder
org.elasticsearch.index.query   
 

Uses of HasChildQueryBuilder in org.elasticsearch.index.query
 

Methods in org.elasticsearch.index.query that return HasChildQueryBuilder
 HasChildQueryBuilder HasChildQueryBuilder.boost(float boost)
          Sets the boost for this query.
static HasChildQueryBuilder QueryBuilders.hasChildQuery(String type, QueryBuilder query)
          Constructs a new NON scoring child query, with the child type and the query to run on the child documents.
 HasChildQueryBuilder HasChildQueryBuilder.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.
 



Copyright © 2009-2012. All Rights Reserved.