]> git.sur5r.net Git - openldap/commitdiff
Add index_intlen keyword
authorHoward Chu <hyc@openldap.org>
Wed, 21 Nov 2007 03:10:39 +0000 (03:10 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 21 Nov 2007 03:10:39 +0000 (03:10 +0000)
doc/man/man5/slapd-config.5
doc/man/man5/slapd.conf.5

index 8064c8cf301621bf812e7dddf8f6d8e13b9b95b2..1b5032846e2bf27e1923cedf0821941411cdd1c0 100644 (file)
@@ -453,6 +453,12 @@ Specify the number of seconds to wait before forcibly closing
 an idle client connection.  A setting of 0 disables this
 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
+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
 this many characters of an attribute value will be processed by the
@@ -479,7 +485,10 @@ lookup. The default is 2. For example, with the default values, a search
 using this filter "cn=*abcdefgh*" would generate index lookups for
 "abcd", "cdef", and "efgh".
 
-Note: Indexing support depends on the particular backend in use.
+.LP
+Note: Indexing support depends on the particular backend in use. Also,
+changing these settings will generally require deleting any indices that
+depend on these parameters and recreating them with slapindex.
 
 .TP
 .B olcLocalSSF: <SSF>
index cf817d53a6c09801035a7f6c990c6c8f4be567a1..9c71886f762a4d4d724cd26af3dd98e5e85b95d0 100644 (file)
@@ -470,6 +470,12 @@ feature.  The default is 0.
 Read additional configuration information from the given file before
 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
+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
 attribute value must have at least this many characters in order to be
@@ -496,7 +502,10 @@ lookup. The default is 2. For example, with the default values, a search
 using this filter "cn=*abcdefgh*" would generate index lookups for
 "abcd", "cdef", and "efgh".
 
-Note: Indexing support depends on the particular backend in use.
+.LP
+Note: Indexing support depends on the particular backend in use. Also,
+changing these settings will generally require deleting any indices that
+depend on these parameters and recreating them with slapindex.
 
 .TP
 .B localSSF <SSF>