org.compass.core.lucene
Class LuceneEnvironment.Transaction.Processor.ReadCommitted.TransLog
java.lang.Object
org.compass.core.lucene.LuceneEnvironment.Transaction.Processor.ReadCommitted.TransLog
- Enclosing class:
- LuceneEnvironment.Transaction.Processor.ReadCommitted
public static final class LuceneEnvironment.Transaction.Processor.ReadCommitted.TransLog
- extends Object
Transaction log settings.
Field Summary |
static String |
CONNECTION
The connection type for the read committed transactional log. |
static String |
OPTIMIZE_TRANS_LOG
Should the transactional index be optimized before it is added to the actual index. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONNECTION
public static final String CONNECTION
- The connection type for the read committed transactional log. Can be either
ram://
or file://
.
- See Also:
- Constant Field Values
OPTIMIZE_TRANS_LOG
public static final String OPTIMIZE_TRANS_LOG
- Should the transactional index be optimized before it is added to the actual index. Defaults to
true
.
- See Also:
- Constant Field Values
LuceneEnvironment.Transaction.Processor.ReadCommitted.TransLog
public LuceneEnvironment.Transaction.Processor.ReadCommitted.TransLog()
Copyright (c) 2004-2009 The Compass Project.