public class RAMDirectoryFactory extends StandardDirectoryFactory
Constructor and Description |
---|
RAMDirectoryFactory() |
Modifier and Type | Method and Description |
---|---|
boolean |
exists(String path) |
org.apache.lucene.store.Directory |
open(String path)
Opens a Lucene directory
|
init
public org.apache.lucene.store.Directory open(String path) throws IOException
DirectoryFactory
open
in class StandardDirectoryFactory
IOException
public boolean exists(String path)
exists
in class DirectoryFactory
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.