| 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)
Deprecated.
the norms field is not supported since lucene 4. Will be removed in ES 2.0
|
Copyright © 2009–2016. All rights reserved.