org.neo4j.index.lucene
Class LuceneReadOnlyDataSource

java.lang.Object
  extended by 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.


Constructor Summary
LuceneReadOnlyDataSource(String directory)
           
 
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
 

Constructor Detail

LuceneReadOnlyDataSource

public LuceneReadOnlyDataSource(String directory)
Parameters:
directory - the root directory where the Lucene indexes reside.
Method Detail

close

public void close()
Closes this index service and frees all resources.



Copyright © 2010 Neo4j. All Rights Reserved.