Uses of Class
org.elasticsearch.index.query.BoostingQueryBuilder
-
Packages that use BoostingQueryBuilder Package Description org.elasticsearch.index.query -
-
Uses of BoostingQueryBuilder in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that return BoostingQueryBuilder Modifier and Type Method Description static BoostingQueryBuilderQueryBuilders. boostingQuery(QueryBuilder positiveQuery, QueryBuilder negativeQuery)The BoostingQuery class can be used to effectively demote results that match a given query.static BoostingQueryBuilderBoostingQueryBuilder. fromXContent(XContentParser parser)BoostingQueryBuilderBoostingQueryBuilder. negativeBoost(float negativeBoost)Set the negative boost factor.Methods in org.elasticsearch.index.query with parameters of type BoostingQueryBuilder Modifier and Type Method Description protected booleanBoostingQueryBuilder. doEquals(BoostingQueryBuilder other)
-