| Package | Description |
|---|---|
| org.elasticsearch.index.query |
| Modifier and Type | Method and Description |
|---|---|
ConstantScoreQueryBuilder |
ConstantScoreQueryBuilder.boost(float boost)
Sets the boost for this query.
|
static ConstantScoreQueryBuilder |
QueryBuilders.constantScoreQuery(QueryBuilder queryBuilder)
A query that wraps another query and simply returns a constant score equal to the
query boost for every document in the query.
|
Copyright © 2009–2017. All rights reserved.