FunctionScoreQuery

com.sksamuel.elastic4s.requests.searches.queries.funcscorer.FunctionScoreQuery
case class FunctionScoreQuery(query: Option[Query], functions: Seq[ScoreFunction], boost: Option[Double], maxBoost: Option[Double], minScore: Option[Double], scoreMode: Option[FunctionScoreQueryScoreMode], boostMode: Option[CombineFunction]) extends Query

Attributes

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

Members list

Value members

Deprecated methods

Attributes

Deprecated
true
def scoreFuncs(functions: Iterable[ScoreFunction]): FunctionScoreQuery

Attributes

Deprecated
true

Attributes

Deprecated
true
def scorers(scorers: Iterable[ScoreFunction]): FunctionScoreQuery

Attributes

Deprecated
true

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product