[Neo] Range Query using Lucene Index Service?

2010-01-28 Thread Nathan Marz
I have nodes that have a timestamp property and I want to do range queries on timestamp, such as to get all nodes older than X days. Looking at LuceneIndexService, the methods seem to only provide for key-value lookups. Is there any way to do range queries or some alternative way to do this?

Re: [Neo] Range Query using Lucene Index Service?

2010-01-28 Thread Rick Bullotta
Take a look at the timeline functionality in the index package in the wiki. It uses neo, not lucene, to store the index. --Original Message-- From: Nathan Marz Sender: user-boun...@lists.neo4j.org To: user@lists.neo4j.org ReplyTo: Neo user discussions Subject: [Neo] Range Query using

Re: [Neo] Range Query using Lucene Index Service?

2010-01-28 Thread Nathan Marz
-- From: Nathan Marz Sender: user-boun...@lists.neo4j.org To: user@lists.neo4j.org ReplyTo: Neo user discussions Subject: [Neo] Range Query using Lucene Index Service? Sent: Jan 28, 2010 3:43 PM I have nodes that have a timestamp property and I want to do range queries on timestamp