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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jul 15 00:30:54 EDT 2009


Author: Darrin
Date: 2009-07-15 00:30:53 -0400 (Wed, 15 Jul 2009)
New Revision: 91276

Modified:
   projects/docs/enterprise/4.3.4.1/Hibernate/Hibernate_Search/en-US/Configuration.xml
Log:
RT 44696 - updated for translation, more bugs in xml2po I think ;-)

Modified: projects/docs/enterprise/4.3.4.1/Hibernate/Hibernate_Search/en-US/Configuration.xml
===================================================================
--- projects/docs/enterprise/4.3.4.1/Hibernate/Hibernate_Search/en-US/Configuration.xml	2009-07-15 03:28:45 UTC (rev 91275)
+++ projects/docs/enterprise/4.3.4.1/Hibernate/Hibernate_Search/en-US/Configuration.xml	2009-07-15 04:30:53 UTC (rev 91276)
@@ -572,7 +572,9 @@
 		
 		<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 +586,10 @@
 				<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 +602,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
@@ -710,4 +714,4 @@
 			</tgroup>
 		</table>
 	</section>
-</chapter>
\ No newline at end of file
+</chapter>




More information about the jboss-cvs-commits mailing list