You really don't need a timeline index to do a timeline index, if that makes sense. As mattias points out, it is just a convenient wrapper around a plain lucene (neo) index. Just index the timestamp as a numeric field.
----- Reply message ----- From: "Matt Luongo" <[email protected]> Date: Wed, Jun 15, 2011 8:48 am Subject: [Neo4j] REST API & LuceneTimeline To: "Neo4j user discussions" <[email protected]> Peter, I've done a bit more research, and you're right- it isn't. However, the REST api let's me create an index of type 'timeline'. The first time I try to index a node, there's a 500 error (nullpointer) that stems from the index not being created. I'd be happy to file a bug report. Anyway, we're trying to put together a plugin to expose timeline indexing via REST. - Matt On Jun 15, 2011 5:49 AM, "Peter Neubauer" <[email protected]> wrote: > Matt, > what URL are you using to create the timeline? I don't recall that > being exposed via REST ... > > Cheers, > > /peter neubauer > > GTalk: neubauer.peter > Skype peter.neubauer > Phone +46 704 106975 > LinkedIn http://www.linkedin.com/in/neubauer > Twitter http://twitter.com/peterneubauer > > http://www.neo4j.org - Your high performance graph database. > http://startupbootcamp.org/ - Ă–resund - Innovation happens HERE. > http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party. > > > > On Mon, May 30, 2011 at 11:16 PM, Matt Luongo <[email protected]> wrote: >> Forgive me if this is a foolish question. I'm really excited about using the >> LuceneTimeline in our product. I see that I can create it via >> "type":"timeline" in the REST interface. I'm not sure, though, how to add >> nodes to the timeline- it seems like you add things to a timeline by >> specifying just a timestamp, not key/value, but I can only find REST >> examples for indexing nodes by key/value. Anyone care to share a code >> snippet? >> >> -- >> Matt Luongo >> Co-Founder, Scholr.ly >> _______________________________________________ >> Neo4j mailing list >> [email protected] >> https://lists.neo4j.org/mailman/listinfo/user >> > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

