[hibernate-commits] Hibernate SVN: r14422 - search/trunk/doc/reference/en/modules.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Mar 11 13:10:57 EDT 2008


Author: epbernard
Date: 2008-03-11 13:10:57 -0400 (Tue, 11 Mar 2008)
New Revision: 14422

Modified:
   search/trunk/doc/reference/en/modules/configuration.xml
Log:
HSEARCH-166 Documentation error wrt to the worker properties

Modified: search/trunk/doc/reference/en/modules/configuration.xml
===================================================================
--- search/trunk/doc/reference/en/modules/configuration.xml	2008-03-11 01:59:25 UTC (rev 14421)
+++ search/trunk/doc/reference/en/modules/configuration.xml	2008-03-11 17:10:57 UTC (rev 14422)
@@ -253,7 +253,7 @@
           </row>
 
           <row>
-            <entry><literal>hibernate.worker.backend</literal></entry>
+            <entry><literal>hibernate.search.worker.backend</literal></entry>
 
             <entry>Out of the box support for the Apache Lucene back end and
             the JMS back end. Default to <literal>lucene</literal>. Supports
@@ -261,7 +261,7 @@
           </row>
 
           <row>
-            <entry><literal>hibernate.worker.execution</literal></entry>
+            <entry><literal>hibernate.search.worker.execution</literal></entry>
 
             <entry>Supports synchronous and asynchrounous execution. Default
             to <literal><literal>sync</literal></literal>. Supports also
@@ -269,14 +269,14 @@
           </row>
 
           <row>
-            <entry><literal>hibernate.worker.thread_pool.size</literal></entry>
+            <entry><literal>hibernate.search.worker.thread_pool.size</literal></entry>
 
             <entry>Defines the number of threads in the pool. useful only for
             asynchrounous execution. Default to 1.</entry>
           </row>
 
           <row>
-            <entry><literal>hibernate.worker.buffer_queue.max</literal></entry>
+            <entry><literal>hibernate.search.worker.buffer_queue.max</literal></entry>
 
             <entry>Defines the maximal number of work queue if the thread poll
             is starved. Useful only for asynchrounous execution. Default to
@@ -285,7 +285,7 @@
           </row>
 
           <row>
-            <entry><literal>hibernate.worker.jndi.*</literal></entry>
+            <entry><literal>hibernate.search.worker.jndi.*</literal></entry>
 
             <entry>Defines the JNDI properties to initiate the InitialContext
             (if needed). JNDI is only used by the JMS back end.</entry>
@@ -293,7 +293,7 @@
 
           <row>
             <entry><literal>
-            hibernate.worker.jms.connection_factory</literal></entry>
+            hibernate.search.worker.jms.connection_factory</literal></entry>
 
             <entry>Mandatory for the JMS back end. Defines the JNDI name to
             lookup the JMS connection factory from
@@ -302,7 +302,7 @@
           </row>
 
           <row>
-            <entry><literal>hibernate.worker.jms.queue</literal></entry>
+            <entry><literal>hibernate.search.worker.jms.queue</literal></entry>
 
             <entry>Mandatory for the JMS back end. Defines the JNDI name to
             lookup the JMS queue from. The queue will be used to post work
@@ -310,7 +310,7 @@
           </row>
 
           <row>
-            <entry><literal>hibernate.worker.batch_size</literal></entry>
+            <entry><literal>hibernate.search.worker.batch_size</literal></entry>
 
             <entry>Defines the maximum number of elements indexed before
             flushing the transaction-bound queue. Default to 0 (ie no limit).
@@ -356,9 +356,9 @@
 #optional jndi configuration (check your JMS provider for more information)
 
 ## Optional asynchronous execution strategy
-# org.hibernate.worker.execution = async
-# org.hibernate.worker.thread_pool.size = 2
-# org.hibernate.worker.buffer_queue.max = 50</programlisting>
+# hibernate.search.worker.execution = async
+# hibernate.search.worker.thread_pool.size = 2
+# hibernate.search.worker.buffer_queue.max = 50</programlisting>
 
       <para>A file system local copy is recommended for faster search
       results.</para>




More information about the hibernate-commits mailing list