[exo-jcr-commits] exo-jcr SVN: r3932 - jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/lucene.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Feb 7 06:53:41 EST 2011


Author: tolusha
Date: 2011-02-07 06:53:41 -0500 (Mon, 07 Feb 2011)
New Revision: 3932

Modified:
   jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/lucene/SearchIndex.java
Log:
EXOJCR-1104: make pagesize to be 100 as default value

Modified: jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/lucene/SearchIndex.java
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/lucene/SearchIndex.java	2011-02-07 08:37:47 UTC (rev 3931)
+++ jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/lucene/SearchIndex.java	2011-02-07 11:53:41 UTC (rev 3932)
@@ -173,7 +173,7 @@
    /**
     * The default value for {@link #reindexingPageSize}.
     */
-   public static final int DEFAULT_REINDEXING_PAGE_SIZE = 1000;
+   public static final int DEFAULT_REINDEXING_PAGE_SIZE = 100;
 
    /**
     * Default name of the error log file



More information about the exo-jcr-commits mailing list