org.apache.lucene.store
public class MMapDirectory extends FSDirectory
To use this, invoke Java with the System property org.apache.lucene.FSDirectory.class set to org.apache.lucene.store.MMapDirectory. This will cause FSDirectory to return instances of this class.
| Method Summary | |
|---|---|
| IndexInput | openInput(String name) |