LinearDecayScore

case class LinearDecayScore(field: String, origin: String, scale: String, offset: Option[Any], decay: Option[Double], weight: Option[Double], multiValueMode: Option[MultiValueMode], filter: Option[Query]) extends ScoreFunction
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def decay(decay: Double): LinearDecayScore
def offset(offset: Any): LinearDecayScore
def weight(weight: Double): LinearDecayScore

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product