final class TextSearchLanguage extends AbstractValueEnum
Language supported by MongoDB text search.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TextSearchLanguage
- AbstractValueEnum
- ValueEnum
- NamedEnum
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
- val code: String
-
def
name: String
Name of the
final val
in enum companion object that this enum value is assigned to. -
def
ordinal: Int
Enum value index, starting from 0.
Enum value index, starting from 0. Reflects the order in which enum constants are declared in the companion object of the enum class.
- Definition Classes
- ValueEnum
-
def
toString(): String
- Definition Classes
- NamedEnum → AnyRef → Any