org.compass.core.lucene.engine.store
Class NIOFSDirectoryStore
java.lang.Object
org.compass.core.lucene.engine.store.AbstractDirectoryStore
org.compass.core.lucene.engine.store.FSDirectoryStore
org.compass.core.lucene.engine.store.NIOFSDirectoryStore
- All Implemented Interfaces:
- CompassConfigurable, DirectoryStore
public class NIOFSDirectoryStore
- extends FSDirectoryStore
A directory store implemented using a file system. Uses Lucene NIOFSDirectory.
- Author:
- kimchy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROTOCOL
public static final String PROTOCOL
- See Also:
- Constant Field Values
NIOFSDirectoryStore
public NIOFSDirectoryStore()
findIndexPath
protected String findIndexPath(String connection)
- Overrides:
findIndexPath in class FSDirectoryStore
getFSDirectoryClass
protected String getFSDirectoryClass()
- Overrides:
getFSDirectoryClass in class FSDirectoryStore
Copyright (c) 2004-2008 The Compass Project.