Re: [Neo4j] REST API LuceneTimeline

2011-07-08 Thread Boris Kizelshteyn
-Type: application/json -Original Message- From: Peter Neubauer [mailto:neubauer.pe...@gmail.com] Sent: Wednesday, June 15, 2011 10:30 AM To: Matt Luongo Cc: Neo4j user discussions; Rick Bullotta Subject: Re: [Neo4j] REST API LuceneTimeline Matt, inserting

Re: [Neo4j] REST API LuceneTimeline

2011-06-29 Thread Matt Luongo
] } ] } *Accept: application/json *Content-Type: application/json -Original Message- From: Peter Neubauer [mailto:neubauer.pe...@gmail.com] Sent: Wednesday, June 15, 2011 10:30 AM To: Matt Luongo Cc: Neo4j user discussions; Rick Bullotta Subject: Re: [Neo4j] REST API LuceneTimeline

Re: [Neo4j] REST API LuceneTimeline

2011-06-16 Thread Mattias Persson
: application/json -Original Message- From: Peter Neubauer [mailto:neubauer.pe...@gmail.com] Sent: Wednesday, June 15, 2011 10:30 AM To: Matt Luongo Cc: Neo4j user discussions; Rick Bullotta Subject: Re: [Neo4j] REST API LuceneTimeline Matt, inserting by other than String

Re: [Neo4j] REST API LuceneTimeline

2011-06-15 Thread Peter Neubauer
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     

Re: [Neo4j] REST API LuceneTimeline

2011-06-15 Thread Matt Luongo
Peter, I believe it was something like curl -X POST -H Accept:application/json -HContent-Type:application/json -d \ '{name:time, config:{type:timeline,provider:lucene}}' \ http://localhost:7474/db/data/index/node curl -HContent-Type:application/json -X POST -d \

Re: [Neo4j] REST API LuceneTimeline

2011-06-15 Thread Matt Luongo
Rick, Is there a sensible way to do that while accessing the index via REST? I'd prefer if I could create *and* access the index via the REST interface, but just querying and inserting into the index would be great. -- Matt Luongo Co-Founder, Scholr.ly On Wed, Jun 15, 2011 at 8:55 AM, Rick

Re: [Neo4j] REST API LuceneTimeline

2011-06-15 Thread Matt Luongo
I guess the other question is how I might accomplish range queries, using REST. -- Matt Luongo Co-Founder, Scholr.ly On Wed, Jun 15, 2011 at 9:05 AM, Matt Luongo m...@scholr.ly wrote: Rick, Is there a sensible way to do that while accessing the index via REST? I'd prefer if I could create

Re: [Neo4j] REST API LuceneTimeline

2011-06-15 Thread Matt Luongo
Peter, Kind of. I see how I could do that server-side, but not how to insert elements into the index numerically (with ValueContext(val).indexNumeric()) or query by range ( .query(QueryContext.numericRange() ) via REST. Is this something that will require our writing a plugin to support, or

Re: [Neo4j] REST API LuceneTimeline

2011-06-15 Thread Rick Bullotta
on the front end, I'd think. Rick -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Matt Luongo Sent: Wednesday, June 15, 2011 10:03 AM To: Peter Neubauer Cc: user@lists.neo4j.org Subject: Re: [Neo4j] REST API LuceneTimeline Peter, Kind

Re: [Neo4j] REST API LuceneTimeline

2011-06-15 Thread Peter Neubauer
...@lists.neo4j.org] On Behalf Of Matt Luongo Sent: Wednesday, June 15, 2011 10:03 AM To: Peter Neubauer Cc: user@lists.neo4j.org Subject: Re: [Neo4j] REST API LuceneTimeline Peter, Kind of. I see how I could do that server-side, but not how to insert elements into the index numerically

Re: [Neo4j] REST API LuceneTimeline

2011-06-15 Thread Matt Luongo
end, I'd think. Rick -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Matt Luongo Sent: Wednesday, June 15, 2011 10:03 AM To: Peter Neubauer Cc: user@lists.neo4j.org Subject: Re: [Neo4j] REST API LuceneTimeline Peter

Re: [Neo4j] REST API LuceneTimeline

2011-06-15 Thread Rick Bullotta
] } ] } *Accept: application/json *Content-Type: application/json -Original Message- From: Peter Neubauer [mailto:neubauer.pe...@gmail.com] Sent: Wednesday, June 15, 2011 10:30 AM To: Matt Luongo Cc: Neo4j user discussions; Rick Bullotta Subject: Re: [Neo4j] REST API LuceneTimeline Matt