mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
19.45.2011 117455765a19891bf17a6d499471635dc27882cf
Add note about the vlv. prefix, uncovered by Danny Turner
1 files modified
9 ■■■■■ changed files
opendj3/src/main/docbkx/admin-guide/chap-indexing.xml 9 ●●●●● patch | view | raw | blame | history
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">