Author: epbernard
Date: 2007-08-07 13:39:26 -0400 (Tue, 07 Aug 2007)
New Revision: 12905
Modified:
trunk/HibernateExt/search/doc/reference/en/modules/batchindex.xml
Log:
HSEARCH-79
Modified: trunk/HibernateExt/search/doc/reference/en/modules/batchindex.xml
===================================================================
--- trunk/HibernateExt/search/doc/reference/en/modules/batchindex.xml 2007-08-07 16:51:42
UTC (rev 12904)
+++ trunk/HibernateExt/search/doc/reference/en/modules/batchindex.xml 2007-08-07 17:39:26
UTC (rev 12905)
@@ -60,7 +60,7 @@
- <programlisting>fullTextSession.setFlushMode(FlushMode.APPLICATION);
+ <programlisting>fullTextSession.setFlushMode(FlushMode.MANUAL);
transaction = fullTextSession.beginTransaction();
//Scrollable results will avoid loading too many objects in memory
ScrollableResults results = fullTextSession.createCriteria( Email.class ).scroll(
ScrollMode.FORWARD_ONLY );
Show replies by date