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
trait Serializable
trait Product
trait Equals
trait Query
class Object
trait Matchable
class Any

Value members

Deprecated methods

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

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product