org.neo4j.index.lucene
Class LuceneReadOnlyDataSource
java.lang.Object
org.neo4j.index.lucene.LuceneReadOnlyDataSource
public class LuceneReadOnlyDataSource
- extends Object
The underlying XA data source for a LuceneReadOnlyIndexService
. This
class is public since the XA framework requires it.
Method Summary |
void |
close()
Closes this index service and frees all resources. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LuceneReadOnlyDataSource
public LuceneReadOnlyDataSource(String directory)
- Parameters:
directory
- the root directory where the Lucene indexes reside.
close
public void close()
- Closes this index service and frees all resources.
Copyright © 2010 Neo4j. All Rights Reserved.