summaryrefslogtreecommitdiff
path: root/src/mongo/crypto/encryption_fields.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/crypto/encryption_fields.idl')
-rw-r--r--src/mongo/crypto/encryption_fields.idl7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mongo/crypto/encryption_fields.idl b/src/mongo/crypto/encryption_fields.idl
index 903a1d4f415..d40c9153ee6 100644
--- a/src/mongo/crypto/encryption_fields.idl
+++ b/src/mongo/crypto/encryption_fields.idl
@@ -45,6 +45,11 @@ feature_flags:
default: true
version: 6.0
+ featureFlagFLE2Range:
+ description: "Enable support for range indexes in Queryable Encryption"
+ cpp_varname: gFeatureFlagFLE2Range
+ default: false
+
structs:
QueryTypeConfig:
@@ -58,7 +63,7 @@ structs:
contention:
description: "Contention factor for field, 0 means it has extremely high set number of distinct values"
type: exactInt64
- default: 0
+ default: 4
unstable: true
validator: { gte: 0 }