Packages

o

org.mongodb.scala.model

CollationAlternate

object CollationAlternate

Collation support allows the specific configuration of whether or not spaces and punctuation are considered base characters.

Since

1.2

Note

Requires MongoDB 3.4 or greater

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CollationAlternate
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val NON_IGNORABLE: CollationAlternate

    Non-ignorable

    Non-ignorable

    Spaces and punctuation are considered base characters

  2. val SHIFTED: CollationAlternate

    Shifted

    Shifted

    Spaces and punctuation are not considered base characters, and are only distinguished when the collation strength is > 3

    See also

    CollationMaxVariable

  3. def fromString(collationAlternate: String): Try[CollationAlternate]

    Returns the CollationAlternate from the string value.

    Returns the CollationAlternate from the string value.

    collationAlternate

    the string value.

    returns

    the read concern