Operator

algoliasearch.analytics.Operator
See theOperator companion trait
object Operator

Character that characterizes how the filter is applied. For example, for a facet filter facet:value, : is the operator. For a numeric filter count>50, > is the operator.

Attributes

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

Members list

Type members

Classlikes

case object Colon extends Operator

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Operator
class Object
trait Matchable
class Any
Show all
Self type
Colon.type
case object Equal extends Operator

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Operator
class Object
trait Matchable
class Any
Show all
Self type
Equal.type
case object GreaterThan extends Operator

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Operator
class Object
trait Matchable
class Any
Show all
Self type
case object GreaterThanOrEqualTo extends Operator

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Operator
class Object
trait Matchable
class Any
Show all
Self type
case object LessThan extends Operator

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Operator
class Object
trait Matchable
class Any
Show all
Self type
LessThan.type
case object LessThanOrEqualTo extends Operator

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Operator
class Object
trait Matchable
class Any
Show all
Self type
case object NotEqual extends Operator

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Operator
class Object
trait Matchable
class Any
Show all
Self type
NotEqual.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

Value members

Concrete methods

def withName(name: String): Operator

Concrete fields

val values: Seq[Operator]