org.compass.core.lucene
Class LuceneEnvironment.IndexDeletionPolicy.KeepLastN
java.lang.Object
org.compass.core.lucene.LuceneEnvironment.IndexDeletionPolicy.KeepLastN
- Enclosing class:
- LuceneEnvironment.IndexDeletionPolicy
public abstract static class LuceneEnvironment.IndexDeletionPolicy.KeepLastN
- extends Object
An index deletion policy that keeps on the last N number of commits.
Maps to KeepLastNDeletionPolicy.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final String NAME
- See Also:
- Constant Field Values
NUM_TO_KEEP
public static final String NUM_TO_KEEP
- See Also:
- Constant Field Values
LuceneEnvironment.IndexDeletionPolicy.KeepLastN
public LuceneEnvironment.IndexDeletionPolicy.KeepLastN()
Copyright (c) 2004-2008 The Compass Project.