org.compass.core.lucene
Class LuceneEnvironment.MergeScheduler.Executor
java.lang.Object
org.compass.core.lucene.LuceneEnvironment.MergeScheduler.Executor
- Enclosing class:
- LuceneEnvironment.MergeScheduler
public abstract class LuceneEnvironment.MergeScheduler.Executor
- extends Object
Allows to configure Compass ExecutorMergeScheduler.
|
Field Summary |
static String |
MAX_CONCURRENT_MERGE
The maximum concurrent merges that are allowed to be executed. |
static String |
NAME
The name of the executor merge scheduler to be used as the merge scheduler type. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final String NAME
- The name of the executor merge scheduler to be used as the merge scheduler type.
- See Also:
- Constant Field Values
MAX_CONCURRENT_MERGE
public static final String MAX_CONCURRENT_MERGE
- The maximum concurrent merges that are allowed to be executed.
- See Also:
- Constant Field Values
LuceneEnvironment.MergeScheduler.Executor
public LuceneEnvironment.MergeScheduler.Executor()
Copyright (c) 2004-2008 The Compass Project.