Hi, I need to be able to retrieve nodes whose timestamps are greater than a particular time.
I've been trying to use a TimelineIndex, but didn't realise that it was a persistent structure - I've written code that will create a new Timeline each time my application is instantiated, and it's complaining that nodes already exist in the Timeline. The nodes that I'm relating to each other in the Timeline are not themselves directly related. Is this going to cause problems using the Timeline since it won't be able to traverse a subgraph? Thanks, Tim _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

