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(FilterBuilder filterBuilder)
A query that wraps a filter and simply returns a constant score equal to the
query boost for every document in the filter.
|
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–2015. All rights reserved.