[exo-jcr-commits] exo-jcr SVN: r3983 - jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Feb 17 09:00:07 EST 2011


Author: tolusha
Date: 2011-02-17 09:00:07 -0500 (Thu, 17 Feb 2011)
New Revision: 3983

Modified:
   jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr/query-handler-config.xml
Log:
EXOJCR-1193: Index retrieval from coordinator node

Modified: jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr/query-handler-config.xml
===================================================================
--- jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr/query-handler-config.xml	2011-02-17 13:59:44 UTC (rev 3982)
+++ jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr/query-handler-config.xml	2011-02-17 14:00:07 UTC (rev 3983)
@@ -100,8 +100,9 @@
          <property name="jgroups-multiplexer-stack" value="true" />
          <property name="jbosscache-cluster-name" value="JCR-cluster-indexer-ws" />
          <property name="max-volatile-time" value="60" />
-         <property name="rdbms-reindexing" value="false" />
+         <property name="rdbms-reindexing" value="true" />
          <property name="reindexing-page-size" value="1000" />
+         <property name="index-recovery-mode" value="from-coordinator" />
       </properties>
    </query-handler>
 &lt;/workspace&gt;</programlisting> <table>
@@ -171,6 +172,16 @@
                 storage for re-indexing purpose, the default value is
                 100</entry>
               </row>
+
+              <row>
+                <entry>index-recovery-mode</entry>
+
+                <entry>If the parameter has been set to
+                <command>from-indexing</command>, so a full indexing will be
+                automatically launched (default behavior), if the parameter
+                has been set to <command>from-coordinator</command>, the index
+                will be retrieved from coordinator</entry>
+              </row>
             </tbody>
           </tgroup>
         </table></para>



More information about the exo-jcr-commits mailing list