Packages

object TextSearchLanguage extends AbstractValueEnumCompanion[TextSearchLanguage] with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TextSearchLanguage
  2. Serializable
  3. Serializable
  4. AbstractValueEnumCompanion
  5. ValueEnumCompanion
  6. AbstractNamedEnumCompanion
  7. NamedEnumCompanion
  8. AbstractSealedEnumCompanion
  9. SealedEnumCompanion
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Value = TextSearchLanguage
    Definition Classes
    ValueEnumCompanion

Value Members

  1. final val Arabic: Value
  2. final val Danish: Value
  3. final val Dari: Value
  4. final val Dutch: Value
  5. final val English: Value
  6. final val Finnish: Value
  7. final val French: Value
  8. final val German: Value
  9. final val Hans: Value
  10. final val Hant: Value
  11. final val Hungarian: Value
  12. final val IranianPersian: Value
  13. final val Italian: Value
  14. final val None: Value

    Uses simple tokenization with no list of stop words and no stemming.

  15. final val Norwegian: Value
  16. final val Portuguese: Value
  17. final val Romanian: Value
  18. final val Russian: Value
  19. final val SimplifiedChinese: Value
  20. final val Spanish: Value
  21. final val Swedish: Value
  22. final val TraditionalChinese: Value
  23. final val Turkish: Value
  24. final val Urdu: Value
  25. 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
  26. implicit lazy val codec: GenCodec[TextSearchLanguage]
    Definition Classes
    NamedEnumCompanion
  27. 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
  28. implicit lazy val keyCodec: GenKeyCodec[TextSearchLanguage]
    Definition Classes
    NamedEnumCompanion
  29. 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 to i).

    Holds an indexed sequence of all enum values, ordered by their ordinal (values(i).ordinal is always equal to i).

    Definition Classes
    ValueEnumCompanionSealedEnumCompanion