From 5076130e2b4b0afcb901f5aa6f9db42fdb493bbf Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Mon, 3 Dec 2007 18:47:41 +0000 Subject: [PATCH] Documentation updates for ordered integer indexing --- doc/man/man5/slapd-config.5 | 3 ++- doc/man/man5/slapd.conf.5 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/man/man5/slapd-config.5 b/doc/man/man5/slapd-config.5 index 5e3b4bfd81..96aeffd4c8 100644 --- a/doc/man/man5/slapd-config.5 +++ b/doc/man/man5/slapd-config.5 @@ -456,7 +456,8 @@ feature. The default is 0. .B olcIndexIntLen: Specify the key length for ordered integer indices. The most significant bytes of the binary integer will be used for index keys. The default -value is 4, which provides exact indexing for 32 bit values. +value is 4, which provides exact indexing for 31 bit values. +A floating point representation is used to index too large values. .TP .B olcIndexSubstrIfMaxlen: Specify the maximum length for subinitial and subfinal indices. Only diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index 6bc5b58127..c20df8b688 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -473,7 +473,8 @@ continuing with the next line of the current file. .B index_intlen Specify the key length for ordered integer indices. The most significant bytes of the binary integer will be used for index keys. The default -value is 4, which provides exact indexing for 32 bit values. +value is 4, which provides exact indexing for 31 bit values. +A floating point representation is used to index too large values. .TP .B index_substr_if_minlen Specify the minimum length for subinitial and subfinal indices. An -- 2.39.5