Author: nzamosenchuk
Date: 2012-03-12 10:53:13 -0400 (Mon, 12 Mar 2012)
New Revision: 5846
Modified:
jcr/branches/1.15.x/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/lucene/SearchIndex.java
Log:
EXOJCR-1803 : changing default value of index initial retrieve
Modified:
jcr/branches/1.15.x/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/lucene/SearchIndex.java
===================================================================
---
jcr/branches/1.15.x/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/lucene/SearchIndex.java 2012-03-12
14:23:29 UTC (rev 5845)
+++
jcr/branches/1.15.x/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/lucene/SearchIndex.java 2012-03-12
14:53:13 UTC (rev 5846)
@@ -508,7 +508,7 @@
/**
* The way to create initial index..
*/
- private String indexRecoveryMode = INDEX_RECOVERY_MODE_FROM_INDEXING;
+ private String indexRecoveryMode = INDEX_RECOVERY_MODE_FROM_COORDINATOR;
/**
* Defines reindexing synchronization policy. Whether or not start it asynchronously
Show replies by date