public class BoostByValue extends DslCloneable
Constructor and Description |
---|
BoostByValue(String field,
List<KeyAndBoost> boosts) |
Modifier and Type | Method and Description |
---|---|
BoostByValue |
clone() |
List<KeyAndBoost> |
getBoosts() |
String |
getField() |
clone, deepClone
public BoostByValue(String field, List<KeyAndBoost> boosts)
public String getField()
public List<KeyAndBoost> getBoosts()
public BoostByValue clone()
clone
in class DslCloneable