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
- Alphabetic
- By Inheritance
- CollationMaxVariable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
val
PUNCT: CollationMaxVariable
Punct
Punct
Both punctuation and spaces are affected.
-
val
SPACE: CollationMaxVariable
Shifted
Shifted
Only spaces are affected.
-
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
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: