mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-24 15:32:22 +08:00
index_intlen defaults to 4 now
This commit is contained in:
parent
8a8a05d811
commit
53b87d1dbe
@ -455,9 +455,8 @@ feature. The default is 0.
|
||||
.TP
|
||||
.B olcIndexIntLen: <integer>
|
||||
Specify the key length for ordered integer indices. The most significant
|
||||
bytes of the binary integer will be used for index keys. The minimum
|
||||
bytes of the binary integer will be used for index keys. The default
|
||||
value is 4, which provides exact indexing for 32 bit values.
|
||||
The default is 0, which disables the use of ordered indexing.
|
||||
.TP
|
||||
.B olcIndexSubstrIfMaxlen: <integer>
|
||||
Specify the maximum length for subinitial and subfinal indices. Only
|
||||
|
@ -472,9 +472,8 @@ continuing with the next line of the current file.
|
||||
.TP
|
||||
.B index_intlen <integer>
|
||||
Specify the key length for ordered integer indices. The most significant
|
||||
bytes of the binary integer will be used for index keys. The minimum
|
||||
bytes of the binary integer will be used for index keys. The default
|
||||
value is 4, which provides exact indexing for 32 bit values.
|
||||
The default is 0, which disables the use of ordered indexing.
|
||||
.TP
|
||||
.B index_substr_if_minlen <integer>
|
||||
Specify the minimum length for subinitial and subfinal indices. An
|
||||
|
Loading…
x
Reference in New Issue
Block a user