SearchPath

dappermongo.aggregate.search.SearchPath
See theSearchPath companion class
object SearchPath

Attributes

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

Members list

Type members

Classlikes

object Node

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Node.type
sealed trait Node

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Analyzer
class Field
class Wildcard

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

Value members

Concrete methods

def analyzer(value: String, analyzer: String): SearchPath
def field(name: String): SearchPath
def wildcard(value: String): SearchPath

Implicits

Implicits

implicit val writer: BSONWriter[SearchPath]