public abstract class BoostByValueAbstractBuilder<T extends BoostByValueAbstractBuilder<T>> extends Object
Constructor and Description |
---|
BoostByValueAbstractBuilder() |
Modifier and Type | Method and Description |
---|---|
T |
withBoost(KeyAndBoost field) |
T |
withBoost(String value,
Double boost) |
T |
withBoosts(List<KeyAndBoost> boosts) |
T |
withField(String field) |
public T withBoost(KeyAndBoost field)
public T withBoosts(List<KeyAndBoost> boosts)