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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Jul 31 16:46:12 EDT 2007


Author: epbernard
Date: 2007-07-31 16:46:11 -0400 (Tue, 31 Jul 2007)
New Revision: 12872

Modified:
   trunk/HibernateExt/search/doc/reference/en/modules/configuration.xml
   trunk/HibernateExt/search/doc/reference/en/modules/mapping.xml
Log:
minor doc fixes

Modified: trunk/HibernateExt/search/doc/reference/en/modules/configuration.xml
===================================================================
--- trunk/HibernateExt/search/doc/reference/en/modules/configuration.xml	2007-07-31 20:32:40 UTC (rev 12871)
+++ trunk/HibernateExt/search/doc/reference/en/modules/configuration.xml	2007-07-31 20:46:11 UTC (rev 12872)
@@ -539,26 +539,25 @@
     <para>For more information about Lucene indexing performances, please
     refer to the Lucene documentation.</para>
 
-    <tgroup cols="3">
-      <thead>
-        <row>
-          <entry align="center">Property</entry>
+    <table>
+      <title>List of indexing performance properties</title>
 
-          <entry align="center">Description</entry>
+      <tgroup cols="3">
+        <thead>
+          <row>
+            <entry align="center">Property</entry>
 
-          <entry align="center">Default Value</entry>
-        </row>
-      </thead>
+            <entry align="center">Description</entry>
 
-      <tbody>
-        <row>
-          <entry>
-            <literal>hibernate.search.[default|&lt;indexname&gt;].transaction.merge_factor</literal>
-          </entry>
+            <entry align="center">Default Value</entry>
+          </row>
+        </thead>
 
-          <entry>
-            <para>Controls segment merge frequency and size. </para>
+        <tbody>
+          <row>
+            <entry><literal>hibernate.search.[default|&lt;indexname&gt;].transaction.merge_factor</literal></entry>
 
+            <entry><para>Controls segment merge frequency and size. </para>
             <para>Determines how often segment indices are merged when
             insertion occurs. With smaller values, less RAM is used while
             indexing, and searches on unoptimized indices are faster, but
@@ -567,55 +566,37 @@
             slower, indexing is faster. Thus larger values (&gt; 10) are best
             for batch index creation, and smaller values (&lt; 10) for indices
             that are interactively maintained. The value must no be lower than
-            2.</para>
+            2.</para> <para>Used by Hibernate Search during index update
+            operations as part of database modifications.</para></entry>
 
-            <para>Used by Hibernate Search during index update operations as
-            part of database modifications.</para>
-          </entry>
+            <entry>10</entry>
+          </row>
 
-          <entry>10</entry>
-        </row>
+          <row>
+            <entry><literal>hibernate.search.[default|&lt;indexname&gt;].transaction.max_merge_docs</literal></entry>
 
-        <row>
-          <entry>
-            <literal>hibernate.search.[default|&lt;indexname&gt;].transaction.max_merge_docs</literal>
-          </entry>
+            <entry><para>Defines the largest number of documents allowed in a
+            segment.</para> <para>Used by Hibernate Search during index update
+            operations as part of database modifications.</para></entry>
 
-          <entry>
-            <para>Defines the largest number of documents allowed in a
-            segment.</para>
+            <entry>Unlimited (Integer.MAX_VALUE)</entry>
+          </row>
 
-            <para>Used by Hibernate Search during index update operations as
-            part of database modifications.</para>
-          </entry>
+          <row>
+            <entry><literal>hibernate.search.[default|&lt;indexname&gt;].transaction.max_buffered_docs</literal></entry>
 
-          <entry>Unlimited (Integer.MAX_VALUE)</entry>
-        </row>
-
-        <row>
-          <entry>
-            <literal>hibernate.search.[default|&lt;indexname&gt;].transaction.max_buffered_docs</literal>
-          </entry>
-
-          <entry>
-            <para>Controls the amount of documents buffered in memory during
-            indexing. The bigger the more RAM is consumed.</para>
-
+            <entry><para>Controls the amount of documents buffered in memory
+            during indexing. The bigger the more RAM is consumed.</para>
             <para>Used by Hibernate Search during index update operations as
-            part of database modifications.</para>
-          </entry>
+            part of database modifications.</para></entry>
 
-          <entry>10</entry>
-        </row>
+            <entry>10</entry>
+          </row>
 
-        <row>
-          <entry>
-            <literal>hibernate.search.[default|&lt;indexname&gt;].batch.merge_factor</literal>
-          </entry>
+          <row>
+            <entry><literal>hibernate.search.[default|&lt;indexname&gt;].batch.merge_factor</literal></entry>
 
-          <entry>
-            <para>Controls segment merge frequency and size.</para>
-
+            <entry><para>Controls segment merge frequency and size.</para>
             <para>Determines how often segment indices are merged when
             insertion occurs. With smaller values, less RAM is used while
             indexing, and searches on unoptimized indices are faster, but
@@ -624,47 +605,34 @@
             slower, indexing is faster. Thus larger values (&gt; 10) are best
             for batch index creation, and smaller values (&lt; 10) for indices
             that are interactively maintained. The value must no be lower than
-            2.</para>
+            2.</para> <para>Used during indexing via
+            <literal>FullTextSession.index()</literal></para></entry>
 
-            <para>Used during indexing via
-            <literal>FullTextSession.index()</literal></para>
-          </entry>
+            <entry>10</entry>
+          </row>
 
-          <entry>10</entry>
-        </row>
+          <row>
+            <entry><literal>hibernate.search.[default|&lt;indexname&gt;].batch.max_merge_docs</literal></entry>
 
-        <row>
-          <entry>
-            <literal>hibernate.search.[default|&lt;indexname&gt;].batch.max_merge_docs</literal>
-          </entry>
+            <entry><para>Defines the largest number of documents allowed in a
+            segment.</para> <para>Used during indexing via
+            <literal>FullTextSession.index()</literal></para></entry>
 
-          <entry>
-            <para>Defines the largest number of documents allowed in a
-            segment.</para>
+            <entry>Unlimited (Integer.MAX_VALUE)</entry>
+          </row>
 
-            <para>Used during indexing via
-            <literal>FullTextSession.index()</literal></para>
-          </entry>
+          <row>
+            <entry><literal>hibernate.search.[default|&lt;indexname&gt;].batch.max_buffered_docs</literal></entry>
 
-          <entry>Unlimited (Integer.MAX_VALUE)</entry>
-        </row>
-
-        <row>
-          <entry>
-            <literal>hibernate.search.[default|&lt;indexname&gt;].batch.max_buffered_docs</literal>
-          </entry>
-
-          <entry>
-            <para>Controls the amount of documents buffered in memory during
-            indexing. The bigger the more RAM is consumed.</para>
-
+            <entry><para>Controls the amount of documents buffered in memory
+            during indexing. The bigger the more RAM is consumed.</para>
             <para>Used during indexing via
-            <literal>FullTextSession.index()</literal></para>
-          </entry>
+            <literal>FullTextSession.index()</literal></para></entry>
 
-          <entry>10</entry>
-        </row>
-      </tbody>
-    </tgroup>
+            <entry>10</entry>
+          </row>
+        </tbody>
+      </tgroup>
+    </table>
   </section>
 </chapter>
\ No newline at end of file

Modified: trunk/HibernateExt/search/doc/reference/en/modules/mapping.xml
===================================================================
--- trunk/HibernateExt/search/doc/reference/en/modules/mapping.xml	2007-07-31 20:32:40 UTC (rev 12871)
+++ trunk/HibernateExt/search/doc/reference/en/modules/mapping.xml	2007-07-31 20:46:11 UTC (rev 12872)
@@ -123,7 +123,7 @@
     </section>
 
     <section>
-      <title>mapping a property multiple time</title>
+      <title>mapping a property multiple times</title>
 
       <para>It is sometimes needed to map a proeprty multiple times per index,
       with slightly different indexing strategies. Especially, sorting a query
@@ -158,7 +158,7 @@
         </listitem>
 
         <listitem>
-          <para>bridge" defines a @FieldBridge annotation per field rather
+          <para>bridge: defines a @FieldBridge annotation per field rather
           than per property</para>
         </listitem>
       </itemizedlist>




More information about the hibernate-commits mailing list