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

Packages that use MatchAllQueryBuilder
org.elasticsearch.index.query   
 

Uses of MatchAllQueryBuilder in org.elasticsearch.index.query
 

Methods in org.elasticsearch.index.query that return MatchAllQueryBuilder
 MatchAllQueryBuilder MatchAllQueryBuilder.boost(float boost)
          Sets the boost for this query.
static MatchAllQueryBuilder QueryBuilders.matchAllQuery()
          A query that match on all documents.
 MatchAllQueryBuilder MatchAllQueryBuilder.normsField(String normsField)
          Field used for normalization factor (document boost).
 



Copyright © 2009-2012. All Rights Reserved.