diff --git a/language-snippets.ent b/language-snippets.ent
index 7665c18576..b1925b96df 100644
--- a/language-snippets.ent
+++ b/language-snippets.ent
@@ -1,6 +1,6 @@
-
+
@@ -3348,7 +3348,7 @@ local: {
MongoDB\Driver\ClientEncryption::AEAD_AES_256_CBC_HMAC_SHA_512_RANDOM
MongoDB\Driver\ClientEncryption::ALGORITHM_INDEXED
MongoDB\Driver\ClientEncryption::ALGORITHM_UNINDEXED
- MongoDB\Driver\ClientEncryption::ALGORITHM_RANGE_PREVIEW
+ MongoDB\Driver\ClientEncryption::ALGORITHM_RANGE
@@ -3365,7 +3365,7 @@ local: {
algorithm is
MongoDB\Driver\ClientEncryption::ALGORITHM_INDEXED
or
- MongoDB\Driver\ClientEncryption::ALGORITHM_RANGE_PREVIEW.
+ MongoDB\Driver\ClientEncryption::ALGORITHM_RANGE.
@@ -3407,7 +3407,7 @@ local: {
This option only applies and may only be specified when
algorithm is
MongoDB\Driver\ClientEncryption::ALGORITHM_INDEXED
- or MongoDB\Driver\ClientEncryption::ALGORITHM_RANGE_PREVIEW.
+ or MongoDB\Driver\ClientEncryption::ALGORITHM_RANGE.
@@ -3416,10 +3416,10 @@ local: {
array
- Index options for a queryable encryption field supporting
- "rangePreview" queries. The options below must match the values set
- in the encryptedFields of the target collection.
- For double and decimal128 BSON field types, min,
+ Index options for a queryable encryption field supporting "range"
+ queries. The options below must match the values set in the
+ encryptedFields of the target collection. For
+ double and decimal128 BSON field types, min,
max, and precision must all be
set, or all be unset.
@@ -3438,22 +3438,37 @@ local: {
min
mixed
- Required if precision is set.
+
+ Required if precision is set. The minimum
+ BSON value of the range.
+
max
mixed
- Required if precision is set.
+
+ Required if precision is set. The maximum
+ BSON value of the range.
+
sparsity
int
- Required.
+ Required. Positive 64-bit integer.
precision
int
- Optional. May only be set for double or decimal128 BSON field types.
+
+ Optional. Positive 32-bit integer specifying precision to use
+ for explicit encryption. May only be set for double or
+ decimal128 BSON field types.
+
+
+
+ trimFactor
+ int
+ Required. Positive 32-bit integer.