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