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

Packages that use IndicesQueryBuilder
org.elasticsearch.index.query   
 

Uses of IndicesQueryBuilder in org.elasticsearch.index.query
 

Methods in org.elasticsearch.index.query that return IndicesQueryBuilder
static IndicesQueryBuilder QueryBuilders.indicesQuery(QueryBuilder queryBuilder, String... indices)
          A query that will execute the wrapped query only for the specified indices, and "match_all" when it does not match those indices.
 IndicesQueryBuilder IndicesQueryBuilder.noMatchQuery(QueryBuilder noMatchQuery)
          Sets the query to use when it executes on an index that does not match the indices provided.
 IndicesQueryBuilder IndicesQueryBuilder.noMatchQuery(String type)
          Sets the no match query, can either be all or none.
 



Copyright © 2009-2012. All Rights Reserved.