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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Jul 24 05:40:30 EDT 2007


Author: hardy.ferentschik
Date: 2007-07-24 05:40:30 -0400 (Tue, 24 Jul 2007)
New Revision: 12798

Modified:
   trunk/HibernateExt/search/doc/reference/en/modules/optimize.xml
Log:
HSEARCH-67.
Added $Id:$ for keyword substitution.
Added reference to the new lucene indexing parameters.

Modified: trunk/HibernateExt/search/doc/reference/en/modules/optimize.xml
===================================================================
--- trunk/HibernateExt/search/doc/reference/en/modules/optimize.xml	2007-07-24 09:38:59 UTC (rev 12797)
+++ trunk/HibernateExt/search/doc/reference/en/modules/optimize.xml	2007-07-24 09:40:30 UTC (rev 12798)
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  $Id$ -->
 <chapter id="search-optimize">
   <title>Index Optimization</title>
 
@@ -45,5 +46,8 @@
   a JMS backend. You must apply the optimize operation on the Master
   node.</para>
 
-  <para></para>
+  <para>Further index optimisation parameters include <literal>hibernate.search.[default|&lt;indexname&gt;].merge_factor</literal>,
+   <literal>hibernate.search.[default|&lt;indexname&gt;].max_merge_docs</literal> and <literal>hibernate.search.[default|&lt;indexname&gt;].max_buffered_docs</literal> 
+   - see <xref linkend="lucene-indexing-performance"/> for more details.
+  </para>
 </chapter>
\ No newline at end of file


Property changes on: trunk/HibernateExt/search/doc/reference/en/modules/optimize.xml
___________________________________________________________________
Name: svn:keywords
   + Id




More information about the hibernate-commits mailing list