| Package | Description |
|---|---|
| org.apache.lucene.store |
| Modifier and Type | Class and Description |
|---|---|
class |
AlfrescoFSDirectory |
| 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,
org.apache.lucene.store.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,
org.apache.lucene.store.LockFactory lockFactory)
Returns the directory instance for the named location.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.