Score

dappermongo.aggregate.search.Score
See theScore companion trait
object Score

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Score.type

Members list

Type members

Classlikes

case class Boost(value: Double, path: String, undefined: Option[Double]) extends Score

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Score
class Object
trait Matchable
class Any
Show all
case class Constant(value: Double) extends Score

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Score
class Object
trait Matchable
class Any
Show all
case class Embedded(aggregate: Option[String], outerScore: Option[Score]) extends Score

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Score
class Object
trait Matchable
class Any
Show all
case class Function(expressions: Expression) extends Score

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Score
class Object
trait Matchable
class Any
Show all
object Function

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Function.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Implicits

Implicits

implicit lazy val writer: BSONWriter[Score]