Packages

o

org.mongodb.scala.model

CollationMaxVariable

object CollationMaxVariable

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

CollationMaxVariable controls which characters are affected by CollationAlternate$.SHIFTED.

Since

1.2

Note

Requires MongoDB 3.4 or greater

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

Value Members

  1. val PUNCT: CollationMaxVariable

    Punct

    Punct

    Both punctuation and spaces are affected.

  2. val SPACE: CollationMaxVariable

    Shifted

    Shifted

    Only spaces are affected.

  3. def fromString(collationMaxVariable: String): Try[CollationMaxVariable]

    Returns the CollationMaxVariable from the string value.

    Returns the CollationMaxVariable from the string value.

    collationMaxVariable

    the string value.

    returns

    the read concern