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

Packages that use IdsQueryBuilder
org.elasticsearch.index.query   
 

Uses of IdsQueryBuilder in org.elasticsearch.index.query
 

Methods in org.elasticsearch.index.query that return IdsQueryBuilder
 IdsQueryBuilder IdsQueryBuilder.addIds(String... ids)
          Adds ids to the filter.
 IdsQueryBuilder IdsQueryBuilder.boost(float boost)
          Sets the boost for this query.
 IdsQueryBuilder IdsQueryBuilder.ids(String... ids)
          Adds ids to the filter.
static IdsQueryBuilder QueryBuilders.idsQuery(String... types)
          Constructs a query that will match only specific ids within types.
 



Copyright © 2009-2012. All Rights Reserved.