public class KeyAndBoost extends DslCloneable
Constructor and Description |
---|
KeyAndBoost(String key,
Double boost) |
Modifier and Type | Method and Description |
---|---|
KeyAndBoost |
clone() |
Double |
getBoost() |
String |
getKey() |
clone, deepClone
public String getKey()
public Double getBoost()
getKey()
field. Must be positive. Though fractional values
are accepted for users looking to minimize the impact of particular fields.public KeyAndBoost clone()
clone
in class DslCloneable