ExponentialDecayScore

com.sksamuel.elastic4s.requests.searches.queries.funcscorer.ExponentialDecayScore
case class ExponentialDecayScore(field: String, origin: String, scale: String, offset: Option[Any], decay: Option[Double], weight: Option[Double], multiValueMode: Option[MultiValueMode], filter: Option[Query]) extends ScoreFunction

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product