org.compass.core.lucene
Class LuceneEnvironment.IndexDeletionPolicy.KeepLastCommit
java.lang.Object
org.compass.core.lucene.LuceneEnvironment.IndexDeletionPolicy.KeepLastCommit
- Enclosing class:
- LuceneEnvironment.IndexDeletionPolicy
public abstract static class LuceneEnvironment.IndexDeletionPolicy.KeepLastCommit
- extends Object
An index deletion policy that keeps only the last commit. Maps to
Lucene KeepOnlyLastCommitDeletionPolicy.
|
Field Summary |
static String |
NAME
The name to put under the |
| 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 to put under the
- See Also:
- Constant Field Values
LuceneEnvironment.IndexDeletionPolicy.KeepLastCommit
public LuceneEnvironment.IndexDeletionPolicy.KeepLastCommit()
Copyright (c) 2004-2008 The Compass Project.