From 1995c9abe63e16ae4ed2a2446c09c12c8e4aa944 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 28 Aug 2015 11:56:21 +0000
Subject: [PATCH] OPENDJ-2255 Initial self-edit of the admin guide

---
 docs/src/main/docbkx/admin-guide/chap-indexing.xml |   30 +++++++++++++++++++++++++++---
 1 files changed, 27 insertions(+), 3 deletions(-)

diff --git a/docs/src/main/docbkx/admin-guide/chap-indexing.xml b/docs/src/main/docbkx/admin-guide/chap-indexing.xml
index 9e995a6..80772e3 100644
--- a/docs/src/main/docbkx/admin-guide/chap-indexing.xml
+++ b/docs/src/main/docbkx/admin-guide/chap-indexing.xml
@@ -34,7 +34,31 @@
   <primary>Indexes</primary>
  </indexterm>
 
- <para>OpenDJ provides several indexing schemes to speed up searches.</para>
+ <itemizedlist>
+  <para>
+   This chapter covers OpenDJ indexing features used to speed up searches,
+   and to limit the impact of searches on directory server resources.
+   In this chapter you will learn to:
+  </para>
+
+  <listitem>
+   <para>
+    Determine which attributes to index and what types of indexes to configure
+   </para>
+  </listitem>
+
+  <listitem>
+   <para>
+    Configure, build, and rebuild indexes
+   </para>
+  </listitem>
+
+  <listitem>
+   <para>
+    Check that indexes are valid
+   </para>
+  </listitem>
+ </itemizedlist>
 
  <para>When a client requests a directory search operation, the client sends
  the server a filter expression such as
@@ -58,7 +82,7 @@
  configuration for OpenDJ directory server.</para>
 
  <section xml:id="indexes-overview">
-  <title>Index Types &amp; What Each Does</title>
+  <title>Index Types and What Each Does</title>
 
   <para>OpenDJ provides several different index types, each corresponding
   to a different type of search.</para>
@@ -540,7 +564,7 @@
  </section>
 
  <section xml:id="configure-indexes">
-  <title>Configuring &amp; Rebuilding Indexes</title>
+  <title>Configuring and Rebuilding Indexes</title>
   <indexterm>
    <primary>Indexes</primary>
    <secondary>Configuring</secondary>

--
Gitblit v1.10.0