QueryType

algoliasearch.recommend.QueryType
See theQueryType companion trait
object QueryType

Determines how query words are interpreted as prefixes.

Attributes

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

Members list

Type members

Classlikes

case object PrefixAll extends QueryType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait QueryType
class Object
trait Matchable
class Any
Show all
Self type
PrefixAll.type
case object PrefixLast extends QueryType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait QueryType
class Object
trait Matchable
class Any
Show all
Self type
PrefixLast.type
case object PrefixNone extends QueryType

Attributes

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

Concrete fields

val values: Seq[QueryType]