LinearDecayScore

com.sksamuel.elastic4s.requests.searches.queries.funcscorer.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

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): LinearDecayScore
def filter(filter: Query): LinearDecayScore
def offset(offset: Any): LinearDecayScore
def weight(weight: Double): LinearDecayScore

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product