You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2010/10/11 23:57:55 UTC

svn commit: r1021530 - /directory/apacheds-manuals/trunk/src/basic-user-guide/chapter-configuring-apacheds.xml

Author: elecharny
Date: Mon Oct 11 21:57:55 2010
New Revision: 1021530

URL: http://svn.apache.org/viewvc?rev=1021530&view=rev
Log:
Added  the Indexed Attributes configuration

Modified:
    directory/apacheds-manuals/trunk/src/basic-user-guide/chapter-configuring-apacheds.xml

Modified: directory/apacheds-manuals/trunk/src/basic-user-guide/chapter-configuring-apacheds.xml
URL: http://svn.apache.org/viewvc/directory/apacheds-manuals/trunk/src/basic-user-guide/chapter-configuring-apacheds.xml?rev=1021530&r1=1021529&r2=1021530&view=diff
==============================================================================
--- directory/apacheds-manuals/trunk/src/basic-user-guide/chapter-configuring-apacheds.xml (original)
+++ directory/apacheds-manuals/trunk/src/basic-user-guide/chapter-configuring-apacheds.xml Mon Oct 11 21:57:55 2010
@@ -316,7 +316,7 @@
           <itemizedlist>
             <listitem>
               <para><emphasis role="bold">id</emphasis><subscript>(String)</subscript> : 
-              <emphasis>The partition unique idntifier .</emphasis></para>
+              <emphasis>The partition unique idntifier.</emphasis></para>
             </listitem>
             <listitem>
               <para><emphasis role="bold">suffix</emphasis><subscript>(DN)</subscript> : 
@@ -332,7 +332,7 @@
             </listitem>
             <listitem>
               <para><emphasis role="bold">syncOnWrite</emphasis><subscript>(boolean, false)</subscript> : 
-              <emphasis>Tells the server to flush on disk for every write .</emphasis></para>
+              <emphasis>Tells the server to flush on disk for every write.</emphasis></para>
             </listitem>
             <listitem>
               <para><emphasis role="bold">indexedAttributes</emphasis> : 
@@ -346,8 +346,24 @@
             <para>The following parameters can be configured :</para>
             <itemizedlist>
               <listitem>
-              <para><emphasis role="bold"></emphasis><subscript>(, )</subscript> : 
-              <emphasis>.</emphasis></para>
+                <para><emphasis role="bold">attributeId</emphasis><subscript>(String or OID)</subscript> : 
+                <emphasis>The attributeType name or OID.</emphasis></para>
+              </listitem>
+              <listitem>
+                <para><emphasis role="bold">cacheSize</emphasis><subscript>(Integer, 100)</subscript> : 
+                <emphasis>Number of key we cache.</emphasis></para>
+              </listitem>
+              <listitem>
+                <para><emphasis role="bold">numDupLimit</emphasis><subscript>(Integer, 500)</subscript> : 
+                <emphasis>The number of duplicated element we allow before switching to a secondary tree.</emphasis></para>
+              </listitem>
+              <listitem>
+                <para><emphasis role="bold">filename</emphasis><subscript>(String, attribute's name)</subscript> : 
+                <emphasis>Name of the index file.</emphasis></para>
+              </listitem>
+              <listitem>
+                <para><emphasis role="bold">workingDirectory</emphasis><subscript>(String, DirectoryService's workingDir )</subscript> : 
+                <emphasis>The place on disk where the index will be stored.</emphasis></para>
               </listitem>
             </itemizedlist>
           </section>