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

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


Author: hardy.ferentschik
Date: 2007-07-24 05:42:24 -0400 (Tue, 24 Jul 2007)
New Revision: 12800

Modified:
   trunk/HibernateExt/search/doc/reference/en/modules/architecture.xml
   trunk/HibernateExt/search/doc/reference/en/modules/batchindex.xml
Log:
HSEARCH-67.
Updated documentation adding the new Lucene indexing parameters.
Added $Id:$ for keyword substitution.

Modified: trunk/HibernateExt/search/doc/reference/en/modules/architecture.xml
===================================================================
--- trunk/HibernateExt/search/doc/reference/en/modules/architecture.xml	2007-07-24 09:42:02 UTC (rev 12799)
+++ trunk/HibernateExt/search/doc/reference/en/modules/architecture.xml	2007-07-24 09:42:24 UTC (rev 12800)
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--  $Id$ -->
 <chapter id="search-architecture">
   <title>Architecture</title>
 


Property changes on: trunk/HibernateExt/search/doc/reference/en/modules/architecture.xml
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id

Modified: trunk/HibernateExt/search/doc/reference/en/modules/batchindex.xml
===================================================================
--- trunk/HibernateExt/search/doc/reference/en/modules/batchindex.xml	2007-07-24 09:42:02 UTC (rev 12799)
+++ trunk/HibernateExt/search/doc/reference/en/modules/batchindex.xml	2007-07-24 09:42:24 UTC (rev 12800)
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--  $Id$ -->
 <chapter id="search-batchindex">
   <title>Indexing</title>
 
@@ -34,6 +35,12 @@
   also applied on regular transparent indexing (and not only when
   <literal>session.index()</literal> is used). That's why a sensitive
   <literal>batch_size</literal> value is expected.</para>
+  
+  Other parameters which also can effect indexing time and memory consumption are 
+  <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>. These parameters are Lucene 
+  specific and Hibernate Search is just passing these paramters through - see <xref linkend="lucene-indexing-performance"/> 
+  for more details.
 
   <para>Here is an especially efficient way to index a given class (useful for
   index (re)initialization):</para>


Property changes on: trunk/HibernateExt/search/doc/reference/en/modules/batchindex.xml
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id




More information about the hibernate-commits mailing list