object TextSearchLanguage extends AbstractValueEnumCompanion[TextSearchLanguage] with Serializable
- Alphabetic
- By Inheritance
- TextSearchLanguage
- Serializable
- Serializable
- AbstractValueEnumCompanion
- ValueEnumCompanion
- AbstractNamedEnumCompanion
- NamedEnumCompanion
- AbstractSealedEnumCompanion
- SealedEnumCompanion
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
type
Value = TextSearchLanguage
- Definition Classes
- ValueEnumCompanion
Value Members
- final val Arabic: Value
- final val Danish: Value
- final val Dari: Value
- final val Dutch: Value
- final val English: Value
- final val Finnish: Value
- final val French: Value
- final val German: Value
- final val Hans: Value
- final val Hant: Value
- final val Hungarian: Value
- final val IranianPersian: Value
- final val Italian: Value
-
final
val
None: Value
Uses simple tokenization with no list of stop words and no stemming.
- final val Norwegian: Value
- final val Portuguese: Value
- final val Romanian: Value
- final val Russian: Value
- final val SimplifiedChinese: Value
- final val Spanish: Value
- final val Swedish: Value
- final val TraditionalChinese: Value
- final val Turkish: Value
- final val Urdu: Value
-
lazy val
byName: Map[String, TextSearchLanguage]
Returns a map from all case objects names to their instances.
Returns a map from all case objects names to their instances. Since
byName
uses caseObjects macro it does NOT guarantee an order of elements. It is also essential to provide unique names for each case object in the sealed hierarchy to retrieve valid hierarchy.- Definition Classes
- NamedEnumCompanion
-
implicit
lazy val
codec: GenCodec[TextSearchLanguage]
- Definition Classes
- NamedEnumCompanion
-
implicit
def
evidence: TextSearchLanguage.this.type
Thanks to this implicit, SealedEnumCompanion and its subtraits can be used as typeclasses.
Thanks to this implicit, SealedEnumCompanion and its subtraits can be used as typeclasses.
- Definition Classes
- SealedEnumCompanion
-
implicit
lazy val
keyCodec: GenKeyCodec[TextSearchLanguage]
- Definition Classes
- NamedEnumCompanion
-
final
lazy val
values: commons.IIndexedSeq[TextSearchLanguage]
Holds an indexed sequence of all enum values, ordered by their ordinal (
values(i).ordinal
is always equal toi
).Holds an indexed sequence of all enum values, ordered by their ordinal (
values(i).ordinal
is always equal toi
).- Definition Classes
- ValueEnumCompanion → SealedEnumCompanion