Package org.neo4j.index.timeline

A utility for indexing nodes ordered by a timestamp.

See:
          Description

Interface Summary
TimelineIndex A utility for ordering nodes in a timeline.
 

Class Summary
Timeline An implementation of TimelineIndex on top of Neo4j, using BTree for indexing.
 

Package org.neo4j.index.timeline Description

A utility for indexing nodes ordered by a timestamp. You add each node with a timestamp and then can then ask the timeline to return all nodes within a specific period of time with optional start/end timestamps (exclusive).



Copyright © 2010 Neo4j. All Rights Reserved.