org.compass.core.lucene
Class LuceneEnvironment.IndexDeletionPolicy
java.lang.Object
org.compass.core.lucene.LuceneEnvironment.IndexDeletionPolicy
- Enclosing class:
- LuceneEnvironment
public abstract static class LuceneEnvironment.IndexDeletionPolicy
- extends Object
Settings used to control Lucene IndexDeletionPolicy
creation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
TYPE
public static final String TYPE
- The type of the index deleteion policy. Can eb one of the logical names that
comes built in with Compass, such as
LuceneEnvironment.IndexDeletionPolicy.KeepLastCommit.NAME
,
or the fully qualified class name of the actual implementation. In suce a case, the implementation
can also implement CompassConfigurable
and/or
DirectoryConfigurable
in order
to be further configured.
- See Also:
- Constant Field Values
LuceneEnvironment.IndexDeletionPolicy
public LuceneEnvironment.IndexDeletionPolicy()
Copyright (c) 2004-2008 The Compass Project.