| パッケージ | 説明 |
|---|---|
| org.elasticsearch.index.query |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
BoostingQueryBuilder |
BoostingQueryBuilder.boost(float boost) |
static BoostingQueryBuilder |
QueryBuilders.boostingQuery()
The BoostingQuery class can be used to effectively demote results that match a given query.
|
BoostingQueryBuilder |
BoostingQueryBuilder.negative(QueryBuilder negativeQuery) |
BoostingQueryBuilder |
BoostingQueryBuilder.negativeBoost(float negativeBoost) |
BoostingQueryBuilder |
BoostingQueryBuilder.positive(QueryBuilder positiveQuery) |
Copyright © 2009–2016. All rights reserved.