org.compass.core.lucene.engine.store
Class MMapDirectoryStore
java.lang.Object
org.compass.core.lucene.engine.store.AbstractDirectoryStore
org.compass.core.lucene.engine.store.FSDirectoryStore
org.compass.core.lucene.engine.store.MMapDirectoryStore
- All Implemented Interfaces:
- CompassConfigurable, DirectoryStore
public class MMapDirectoryStore
- extends FSDirectoryStore
A directory store implemented using a file system. Uses Lucene MMapDirectory.
- 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
MMapDirectoryStore
public MMapDirectoryStore()
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.