Re: [Neo] basic questions

2010-03-18 Thread Lincoln
(), and flatMap() so that you can use for comprehensions even though it's doing custom work behind the scenes. It would be really cool to do that for Neo4j and have it generate efficient traversals instead of doing naive iteration. Thanks, Lincoln On Wed, Mar 17, 2010 at 6:32

Re: [Neo] basic questions

2010-03-17 Thread Lincoln
questions but I couldn't find this information in the docs. If there's something I should be reading before posting these questions, please point me to it. Thanks! Lincoln On Wed, Mar 17, 2010 at 7:06 AM, Craig Taverner cr...@amanzi.com wrote: I'm uncertain about one ambiguity in your model, you

Re: [Neo] basic questions

2010-03-17 Thread Lincoln
). On each pagination, you can take the PREVIOUS message as the begining of the next pagination (possibly passing the node id in the session). Each pagination is simply a traverser that runs down the PREVIOUS chain, exiting the loop after n messages. On Wed, Mar 17, 2010 at 10:19 PM, Lincoln linxbet

Re: [Neo] basic questions

2010-03-17 Thread Lincoln
traversals instead of doing naive iteration. Thanks, Lincoln On Wed, Mar 17, 2010 at 6:32 PM, Niels Hoogeveen pd_aficion...@hotmail.comwrote: The original questioner works in Scala where the pipe concept can easily be expressed using for comprehensions. val node = index.getSingleNode(id