public class BoostByValueBuilder extends BoostByValueAbstractBuilder<BoostByValueBuilder>
Modifier and Type | Class and Description |
---|---|
static class |
BoostByValueBuilder.Nested<R> |
Modifier and Type | Method and Description |
---|---|
BoostByValue |
build() |
static BoostByValueBuilder |
builder() |
static <S> BoostByValueBuilder.Nested<S> |
builder(Consumer<BoostByValue> callback,
S parent) |
withBoost, withBoost, withBoosts, withField
public static BoostByValueBuilder builder()
public BoostByValue build()
public static <S> BoostByValueBuilder.Nested<S> builder(Consumer<BoostByValue> callback, S parent)