Re: [Neo4j] TimelineIndex usage

2010-07-23 Thread Mattias Persson
2010/7/23 Tim Jones bogol...@ymail.com 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

Re: [Neo4j] TimelineIndex usage

2010-07-23 Thread Tim Jones
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

Re: [Neo4j] TimelineIndex usage

2010-07-23 Thread Craig Taverner
I'm not worried that nodes will become related, I just wanted to make sure that because they aren't already related that this wasn't going to cause a problem before I implement the Timeline - I've already spent longer than I'd intended on this and don't want to reimplement it if it's not