[jboss-cvs] JBossAS SVN: r91328 - projects/docs/enterprise/4.3.5/Hibernate/Hibernate_Search/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jul 15 23:51:12 EDT 2009


Author: irooskov at redhat.com
Date: 2009-07-15 23:51:12 -0400 (Wed, 15 Jul 2009)
New Revision: 91328

Modified:
   projects/docs/enterprise/4.3.5/Hibernate/Hibernate_Search/en-US/Configuration.xml
Log:
updating to fix translation build errors


Modified: projects/docs/enterprise/4.3.5/Hibernate/Hibernate_Search/en-US/Configuration.xml
===================================================================
--- projects/docs/enterprise/4.3.5/Hibernate/Hibernate_Search/en-US/Configuration.xml	2009-07-16 03:41:10 UTC (rev 91327)
+++ projects/docs/enterprise/4.3.5/Hibernate/Hibernate_Search/en-US/Configuration.xml	2009-07-16 03:51:12 UTC (rev 91328)
@@ -53,8 +53,8 @@
 								3600 seconds - 60 minutes).</para><para>Note that the copy is
 								based on an incremental copy mechanism reducing the average copy
 								time.</para><para>DirectoryProvider typically used on the master
-								node in a JMS back end cluster.</para>DirectoryProvider typically
-							used on slave nodes using a JMS back end.</entry>
+								node in a JMS back end cluster.</para> <para>DirectoryProvider typically
+							used on slave nodes using a JMS back end.</para></entry>
 						
 						<entry><para><literal>indexBase</literal>: Base
 								directory</para><para><literal>indexName</literal>: override
@@ -572,7 +572,7 @@
 		
 		<para>There are two sets of parameters allowing for different performance
 			settings depending on the use case. During indexing operations triggered
-			by database modifications, the following ones are used: <itemizedlist>
+			by database modifications, the following ones are used:</para> <itemizedlist>
 				<listitem>
 					<para><literal>hibernate.search.[default|&lt;indexname&gt;].transaction.merge_factor</literal></para>
 				</listitem>
@@ -584,8 +584,8 @@
 				<listitem>
 					<para><literal>hibernate.search.[default|&lt;indexname&gt;].transaction.max_buffered_docs</literal></para>
 				</listitem>
-			</itemizedlist>When indexing occurs via
-			<literal>FullTextSession.index()</literal> (see <xref linkend="Hibernate_Search-Batch_Index" />), the following properties are used:
+			</itemizedlist><para>When indexing occurs via
+			<literal>FullTextSession.index()</literal> (see <xref linkend="Hibernate_Search-Batch_Index" />), the following properties are used:</para>
 			<itemizedlist>
 				<listitem>
 					<para><literal>hibernate.search.[default|&lt;indexname&gt;].batch.merge_factor</literal></para>
@@ -598,7 +598,7 @@
 				<listitem>
 					<para><literal>hibernate.search.[default|&lt;indexname&gt;].batch.max_buffered_docs</literal></para>
 				</listitem>
-			</itemizedlist></para>
+			</itemizedlist>
 		
 		<para>Unless the corresponding <literal>.batch</literal> property is
 			explicitly set, the value will default to the




More information about the jboss-cvs-commits mailing list