From c55200dc54735212ca5c2729d3619f7644f66c65 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 27 Sep 2011 12:32:49 +0000
Subject: [PATCH] Call attention to the fact that indexes are per backend, rather than per suffix.
---
opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-indexing.xml | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-indexing.xml b/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-indexing.xml
index 98a5040..c2948cf 100644
--- a/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-indexing.xml
+++ b/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-indexing.xml
@@ -171,6 +171,12 @@
index according to the new configuration, using the
<command>rebuild-index</command>.</para>
+ <tip>
+ <para>Indexes are per directory backend rather than per suffix. To maintain
+ separate indexes for different suffixes on the same directory server, put
+ the suffixes in different backends.</para>
+ </tip>
+
<section>
<title>Configuring a Standard Index</title>
--
Gitblit v1.10.0