ScoreApi

com.sksamuel.elastic4s.api.ScoreApi
trait ScoreApi

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait ElasticApi
object ElasticApi.type
trait ElasticDsl
object ElasticDsl.type

Members list

Value members

Concrete methods

def exponentialScore(field: String, origin: String, scale: String): ExponentialDecayScore
def fieldFactorScore(field: String): FieldValueFactor
def gaussianScore(field: String, origin: String, scale: String): GaussianDecayScore
def linearScore(field: String, origin: String, scale: String): LinearDecayScore
def randomScore(seed: Int): RandomScoreFunction
def scriptScore(script: Script): ScriptScore
def weightScore(boost: Double): WeightScore