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

Packages that use IndicesFilterBuilder
org.elasticsearch.index.query   
 

Uses of IndicesFilterBuilder in org.elasticsearch.index.query
 

Methods in org.elasticsearch.index.query that return IndicesFilterBuilder
 IndicesFilterBuilder IndicesFilterBuilder.filterName(String filterName)
          Sets the filter name for the filter that can be used when searching for matched_filters per hit.
static IndicesFilterBuilder FilterBuilders.indicesFilter(FilterBuilder filter, String... indices)
           
 IndicesFilterBuilder IndicesFilterBuilder.noMatchFilter(FilterBuilder noMatchFilter)
          Sets the filter to use when it executes on an index that does not match the indices provided.
 IndicesFilterBuilder IndicesFilterBuilder.noMatchFilter(String type)
          Sets the no match filter, can either be all or none.
 



Copyright © 2009-2012. All Rights Reserved.