Package org.neo4j.index.impl.lucene

An indexing implementation using Apache Lucene as backend.

See:
          Description

Class Summary
AbstractIndexHits<T>  
Cache  
CombinedIndexHits<T>  
ConnectionBroker  
DumpLogicalLog  
ExactTxData  
Hits A ranked list of documents, used to hold search results.
HitsIterator  
IdToEntityIterator<T extends PropertyContainer>  
IndexClockCache  
IndexSearcherLruCache An Lru Cache for Lucene Index searchers.
IndexWriterLruCache An Lru Cache for Lucene Index Writers.
LowerCaseKeywordAnalyzer  
LuceneBatchInserterIndexProvider Deprecated. This class has been replaced by LuceneBatchInserterIndexProvider as of Neo4j 1.7.
LuceneBatchInserterIndexProviderImpl Deprecated. This class is being replaced by LuceneBatchInserterIndexProviderNewImpl as of Neo4j 1.7.
LuceneBatchInserterIndexProviderNewImpl The BatchInserter version of LuceneIndexImplementation.
LuceneDataSource An XaDataSource optimized for the LuceneIndexImplementation.
LuceneDataSource.Configuration  
LuceneIndex<T extends PropertyContainer>  
LuceneIndexImplementation  
LuceneUtil  
LuceneXaConnection An XA connection used with LuceneDataSource.
 

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.