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(File indexDir) |
static final FSDirectoryFactory DEFAULT
org.apache.lucene.store.FSDirectory open(File indexDir) throws IOException
IOExceptionCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.