org.compass.core.lucene
Class RuntimeLuceneEnvironment.Transaction.ReadCommittedTransLog
java.lang.Object
org.compass.core.lucene.RuntimeLuceneEnvironment.Transaction.ReadCommittedTransLog
- Enclosing class:
- RuntimeLuceneEnvironment.Transaction
public static final class RuntimeLuceneEnvironment.Transaction.ReadCommittedTransLog
- 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
RuntimeLuceneEnvironment.Transaction.ReadCommittedTransLog
public RuntimeLuceneEnvironment.Transaction.ReadCommittedTransLog()
Copyright (c) 2004-2008 The Compass Project.