org.compass.core.lucene
Class LuceneEnvironment.LockFactory
java.lang.Object
org.compass.core.lucene.LuceneEnvironment.LockFactory
- Enclosing class:
- LuceneEnvironment
public abstract static class LuceneEnvironment.LockFactory
- extends Object
Lucene LockFactory creation settings.
| 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 settings prefix for LockFactory
- See Also:
- Constant Field Values
TYPE
public static final String TYPE
- The type of the lock factory. Can either hold values stated at
LuceneEnvironment.LockFactory.Type or
the fully qualified class name of the LockFactory
implementation.
- See Also:
- Constant Field Values
PATH
public static final String PATH
- Certain implementation (such as
LuceneEnvironment.LockFactory.Type.SIMPLE_FS or LuceneEnvironment.LockFactory.Type.NATIVE_FS)
also accept an optional path where to store the index locking.
- See Also:
- Constant Field Values
LuceneEnvironment.LockFactory
public LuceneEnvironment.LockFactory()
Copyright (c) 2004-2008 The Compass Project.