Package org.neo4j.index.impl.lucene

An indexing implementation using Apache Lucene as backend.

See:
          Description

Class Summary
AbstractIndexHits<T>  
Cache  
CombinedIndexHits<T>  
DumpLogicalLog  
ExactTxData  
Hits A ranked list of documents, used to hold search results.
HitsIterator  
IdToEntityIterator<T extends PropertyContainer>  
IndexSearcherLruCache An Lru Cache for Lucene Index searchers.
IndexWriterLruCache An Lru Cache for Lucene Index Writers.
LowerCaseKeywordAnalyzer  
LuceneBatchInserterIndexProvider The BatchInserter version of LuceneIndexImplementation.
LuceneDataSource An XaDataSource optimized for the LuceneIndexImplementation.
LuceneIndex<T extends PropertyContainer>  
LuceneIndexImplementation  
LuceneUtil  
 

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 © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.