1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: e9214a2619efc5906fab59cd42fb7404c4dc49a5 Maintainer: takagi Status: working -->
3
+ <!-- EN-Revision: 850a9367b8ff7fe0ba91042daf9d61d58c985b1e Maintainer: takagi Status: working -->
4
4
<!-- Credits: hirokawa,haruki,shimooka,mumumu -->
5
5
6
6
<!ENTITY installation.enabled.disable 'この拡張モジュールはデフォルトで有効になっています。無効にしたい場合は、次のオプションを指定してコンパイルします。'>
@@ -3348,7 +3348,7 @@ local: {
3348
3348
<member ><constant >MongoDB\Driver\ClientEncryption::AEAD_AES_256_CBC_HMAC_SHA_512_RANDOM</constant ></member >
3349
3349
<member ><constant >MongoDB\Driver\ClientEncryption::ALGORITHM_INDEXED</constant ></member >
3350
3350
<member ><constant >MongoDB\Driver\ClientEncryption::ALGORITHM_UNINDEXED</constant ></member >
3351
- <member ><constant >MongoDB\Driver\ClientEncryption::ALGORITHM_RANGE_PREVIEW </constant ></member >
3351
+ <member ><constant >MongoDB\Driver\ClientEncryption::ALGORITHM_RANGE </constant ></member >
3352
3352
</simplelist >
3353
3353
</entry >
3354
3354
</row >
@@ -3365,7 +3365,7 @@ local: {
3365
3365
<literal >algorithm</literal > is
3366
3366
<constant >MongoDB\Driver\ClientEncryption::ALGORITHM_INDEXED</constant >
3367
3367
or
3368
- <constant >MongoDB\Driver\ClientEncryption::ALGORITHM_RANGE_PREVIEW </constant >.
3368
+ <constant >MongoDB\Driver\ClientEncryption::ALGORITHM_RANGE </constant >.
3369
3369
</para >
3370
3370
</entry >
3371
3371
</row >
@@ -3407,7 +3407,7 @@ local: {
3407
3407
<para >This option only applies and may only be specified when
3408
3408
<literal >algorithm</literal > is
3409
3409
<constant >MongoDB\Driver\ClientEncryption::ALGORITHM_INDEXED</constant >
3410
- or <constant >MongoDB\Driver\ClientEncryption::ALGORITHM_RANGE_PREVIEW </constant >.
3410
+ or <constant >MongoDB\Driver\ClientEncryption::ALGORITHM_RANGE </constant >.
3411
3411
</para >
3412
3412
</entry >
3413
3413
</row >
@@ -3416,10 +3416,10 @@ local: {
3416
3416
<entry ><type >array</type ></entry >
3417
3417
<entry >
3418
3418
<para >
3419
- Index options for a queryable encryption field supporting
3420
- "rangePreview" queries. The options below must match the values set
3421
- in the <literal >encryptedFields</literal > of the target collection.
3422
- For double and decimal128 BSON field types, <literal >min</literal >,
3419
+ Index options for a queryable encryption field supporting "range"
3420
+ queries. The options below must match the values set in the
3421
+ <literal >encryptedFields</literal > of the target collection. For
3422
+ double and decimal128 BSON field types, <literal >min</literal >,
3423
3423
<literal >max</literal >, and <literal >precision</literal > must all be
3424
3424
set, or all be unset.
3425
3425
</para >
@@ -3438,22 +3438,37 @@ local: {
3438
3438
<row >
3439
3439
<entry >min</entry >
3440
3440
<entry ><type >mixed</type ></entry >
3441
- <entry >Required if <literal >precision</literal > is set.</entry >
3441
+ <entry >
3442
+ Required if <literal >precision</literal > is set. The minimum
3443
+ BSON value of the range.
3444
+ </entry >
3442
3445
</row >
3443
3446
<row >
3444
3447
<entry >max</entry >
3445
3448
<entry ><type >mixed</type ></entry >
3446
- <entry >Required if <literal >precision</literal > is set.</entry >
3449
+ <entry >
3450
+ Required if <literal >precision</literal > is set. The maximum
3451
+ BSON value of the range.
3452
+ </entry >
3447
3453
</row >
3448
3454
<row >
3449
3455
<entry >sparsity</entry >
3450
3456
<entry ><type >int</type ></entry >
3451
- <entry >Required.</entry >
3457
+ <entry >Required. Positive 64-bit integer. </entry >
3452
3458
</row >
3453
3459
<row >
3454
3460
<entry >precision</entry >
3455
3461
<entry ><type >int</type ></entry >
3456
- <entry >Optional. May only be set for double or decimal128 BSON field types.</entry >
3462
+ <entry >
3463
+ Optional. Positive 32-bit integer specifying precision to use
3464
+ for explicit encryption. May only be set for double or
3465
+ decimal128 BSON field types.
3466
+ </entry >
3467
+ </row >
3468
+ <row >
3469
+ <entry >trimFactor</entry >
3470
+ <entry ><type >int</type ></entry >
3471
+ <entry >Required. Positive 32-bit integer.</entry >
3457
3472
</row >
3458
3473
</tbody >
3459
3474
</tgroup >
0 commit comments