Package org.neo4j.index.lucene

Contains QueryContext and ValueContext which is part of the public API for an Index backed by Lucene.

See:
          Description

Interface Summary
TimelineIndex<T extends PropertyContainer> A utility for ordering nodes or relationships in a timeline.
 

Class Summary
LuceneTimeline<T extends PropertyContainer>  
QueryContext This class has the extra query configuration to use with Index.query(Object) and Index.query(String, Object).
ValueContext ValueContext allows you to give not just a value, but to give the value some context to live in.
 

Package org.neo4j.index.lucene Description

Contains QueryContext and ValueContext which is part of the public API for an Index backed by Lucene. Also contain a timeline implementation on top of an Index based on Lucene.



Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.