GaussianDecayScore

com.sksamuel.elastic4s.requests.searches.queries.funcscorer.GaussianDecayScore
case class GaussianDecayScore(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): GaussianDecayScore
def offset(offset: Any): GaussianDecayScore
def weight(weight: Double): GaussianDecayScore

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product