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
- Alphabetic
- By Inheritance
- CollationAlternate
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- val NON_IGNORABLE: CollationAlternate
Non-ignorable
Non-ignorable
Spaces and punctuation are considered base characters
- 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
- 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
This is the documentation for the MongoDB Scala driver.
Driver structure
The mongodb scala driver.
To get started you need a MongoClient instance, either from a connection string or via a org.mongodb.scala.MongoClientSettings.
Notable packages include: