From 117455765a19891bf17a6d499471635dc27882cf Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Wed, 19 Oct 2011 06:45:22 +0000
Subject: [PATCH] Add note about the vlv. prefix, uncovered by Danny Turner

---
 opendj3/src/main/docbkx/admin-guide/chap-indexing.xml |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/opendj3/src/main/docbkx/admin-guide/chap-indexing.xml b/opendj3/src/main/docbkx/admin-guide/chap-indexing.xml
index bbaa48c..52f4bd7 100644
--- a/opendj3/src/main/docbkx/admin-guide/chap-indexing.xml
+++ b/opendj3/src/main/docbkx/admin-guide/chap-indexing.xml
@@ -302,6 +302,15 @@
  --set sort-order:"+sn +givenName"
  --trustAll
  --no-prompt</screen>
+
+   <note>
+    <para>When referring to a virtual list view (VLV) index after creation, you
+    must add <literal>vlv.</literal> as a prefix. In other words, if you named
+    the VLV index <literal>people-by-last-name</literal>, you refer to it as
+    <literal>vlv.people-by-last-name</literal> when rebuilding indexes,
+    changing index properties such as the index entry limit, or verifying
+    indexes.</para>
+   </note>
   </section>
 
   <section xml:id="rebuild-index">

--
Gitblit v1.10.0