public interface FSDirectoryFactory
Modifier and Type | Field and Description |
---|---|
static FSDirectoryFactory |
DEFAULT
Default implementation that lets Lucene choose FSDirectory implementation.
|
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.store.FSDirectory |
open(java.io.File indexDir) |
static final FSDirectoryFactory DEFAULT