org.compass.core.lucene
Class LuceneEnvironment.MergePolicy
java.lang.Object
org.compass.core.lucene.LuceneEnvironment.MergePolicy
- Enclosing class:
- LuceneEnvironment
public abstract static class LuceneEnvironment.MergePolicy
- extends Object
Controls Lucene MergePolicy configuration.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PREFIX
public static final String PREFIX
- The prefix setting for merge policy.
- See Also:
- Constant Field Values
TYPE
public static final String TYPE
- The type of the
MergePolicyProvider that
will be created. Can be one of the constant names of specific types (inner classes) or the
FQN of a merge policy provider.
- See Also:
- Constant Field Values
LuceneEnvironment.MergePolicy
public LuceneEnvironment.MergePolicy()
Copyright (c) 2004-2008 The Compass Project.