Analyzer

com.outr.arango.Analyzer
See theAnalyzer companion object
sealed abstract class Analyzer(val name: String) extends Support

Attributes

Companion
object
Graph
Supertypes
trait Support
trait QueryPart
class Object
trait Matchable
class Any
Known subtypes
object Identity.type
object TextChinese.type
object TextDutch.type
object TextEnglish.type
object TextFinnish.type
object TextFrench.type
object TextGerman.type
object TextItalian.type
object TextNorwegian.type
object TextPortuguese.type
object TextRussian.type
object TextSpanish.type
object TextSwedish.type
Show all

Members list

Value members

Concrete methods

override def toQueryPart: QueryPart

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
QueryPart

Concrete fields

val name: String