Package | Description |
---|---|
org.apache.lucene.store |
Binary i/o API, used for all index data.
|
Modifier and Type | Class and Description |
---|---|
class |
MMapDirectory
File-based
Directory implementation that uses mmap for input. |
Modifier and Type | Method and Description |
---|---|
static FSDirectory |
FSDirectory.getDirectory(File file)
Returns the directory instance for the named location.
|
static FSDirectory |
FSDirectory.getDirectory(File file,
boolean create)
Deprecated.
Use IndexWriter's create flag, instead, to
create a new index.
|
static FSDirectory |
FSDirectory.getDirectory(File file,
LockFactory lockFactory)
Returns the directory instance for the named location.
|
static FSDirectory |
FSDirectory.getDirectory(String path)
Returns the directory instance for the named location.
|
static FSDirectory |
FSDirectory.getDirectory(String path,
boolean create)
Deprecated.
Use IndexWriter's create flag, instead, to
create a new index.
|
static FSDirectory |
FSDirectory.getDirectory(String path,
LockFactory lockFactory)
Returns the directory instance for the named location.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.