Package org.neo4j.index.lucene

An indexing implementation using Apache Lucene as backend.

See:
          Description

Interface Summary
LuceneIndexBatchInserter The "batch inserter" version of LuceneIndexService.
 

Class Summary
LuceneDataSource An XaDataSource optimized for the LuceneIndexService.
LuceneFulltextDataSource A lucene XA data store for storing fulltext indexing.
LuceneFulltextIndexBatchInserter The "batch inserter" version of LuceneFulltextIndexService.
LuceneFulltextIndexService A LuceneIndexService which indexes the values with fulltext indexing.
LuceneFulltextQueryIndexService A LuceneFulltextIndexService which treats the value in LuceneFulltextQueryIndexService.getNodes(String, Object) as a Lucene query, given in the Lucene query syntax.
LuceneIndexBatchInserterImpl The implementation of LuceneIndexBatchInserter.
LuceneIndexService An implementation of IndexService which uses Lucene as backend.
LuceneReadOnlyDataSource The underlying XA data source for a LuceneReadOnlyIndexService.
LuceneReadOnlyIndexService A version of LuceneIndexService which is read-only and will throw ReadOnlyIndexException in IndexService.index(Node, String, Object) and IndexService.removeIndex(Node, String, Object).
LuceneXaConnection An XA connection used with LuceneDataSource.
 

Package org.neo4j.index.lucene Description

An indexing implementation using Apache Lucene as backend. Nodes can be indexed using key/value pairs or by full text indexing. There is also a batch inserter included for inserting large amounts of data.



Copyright © 2010 Neo4j. All Rights Reserved.