Package | Description |
---|---|
org.elasticsearch.index.query |
Modifier and Type | Method and Description |
---|---|
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–2015. All rights reserved.