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

Packages that use HasChildFilterBuilder
org.elasticsearch.index.query   
 

Uses of HasChildFilterBuilder in org.elasticsearch.index.query
 

Methods in org.elasticsearch.index.query that return HasChildFilterBuilder
 HasChildFilterBuilder HasChildFilterBuilder.filterName(String filterName)
          Sets the filter name for the filter that can be used when searching for matched_filters per hit.
static HasChildFilterBuilder FilterBuilders.hasChildFilter(String type, QueryBuilder query)
          Constructs a child filter, with the child type and the query to run against child documents, with the result of the filter being the *parent* documents.
 HasChildFilterBuilder HasChildFilterBuilder.scope(String scope)
           
 



Copyright © 2009-2012. All Rights Reserved.