public class BoostQueryBuilder extends BoostQueryAbstractBuilder<BoostQueryBuilder>
Modifier and Type | Class and Description |
---|---|
static class |
BoostQueryBuilder.Nested<R> |
Modifier and Type | Method and Description |
---|---|
BoostQuery |
build() |
static BoostQueryBuilder |
builder() |
static <S> BoostQueryBuilder.Nested<S> |
builder(Consumer<Query> callback,
S parent) |
withBoost, withQuery, withQuery
public static BoostQueryBuilder builder()
public static <S> BoostQueryBuilder.Nested<S> builder(Consumer<Query> callback, S parent)
public BoostQuery build()