| パッケージ | 説明 |
|---|---|
| org.elasticsearch.index.query |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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–2016. All rights reserved.