Package org.neo4j.index.impl.lucene

An indexing implementation using Apache Lucene as backend.

See:
          Description

Class Summary
AbstractIndexHits<T>  
Cache  
CombinedIndexHits<T>  
ExactTxData  
Hits A ranked list of documents, used to hold search results.
HitsIterator  
IdToEntityIterator<T extends PropertyContainer>  
LuceneBatchInserterIndexProvider The BatchInserter version of LuceneIndexImplementation.
LuceneDataSource An XaDataSource optimized for the LuceneIndexImplementation.
LuceneIndex<T extends PropertyContainer>  
LuceneIndexImplementation  
 

Exception Summary
QueryNotPossibleException Querying an index inside a transaction where modifications has been made must be explicitly enabled using QueryContext.allowQueryingModifications
 

Package org.neo4j.index.impl.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 © 2011 The Neo4j Graph Database Project. All Rights Reserved.