SearchOperator

dappermongo.aggregate.search.SearchOperator
See theSearchOperator companion trait

Attributes

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

Members list

Type members

Classlikes

case class AutoComplete(query: List[String], path: SearchPath, fuzzy: Option[Fuzzy], score: Option[Score], tokenOrder: Option[TokenOrder]) extends SearchOperator

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class Compound(must: List[SearchOperator], should: List[SearchOperator], mustNot: List[SearchOperator], filter: List[SearchOperator]) extends SearchOperator

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class EmbeddedDocument(operator: SearchOperator, path: SearchPath, score: Option[Score]) extends SearchOperator

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Equals(value: BSONValue, path: SearchPath, score: Option[Score]) extends SearchOperator

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Exists(path: SearchPath, score: Option[Score]) extends SearchOperator

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Facet(facets: Map[String, Named], operator: Option[SearchOperator]) extends SearchOperator

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Facet.type
case class Phrase(query: String, path: SearchPath, slop: Option[Int], score: Option[Score], tokenOrder: Option[TokenOrder]) extends SearchOperator

Attributes

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

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: BSONDocumentWriter[SearchOperator]