
Should be possible to traverse using none wrapped java nodes
Reported by Andreas Ronge | October 20th, 2011 @ 02:32 PM
Example
node.outgoing(:friends).depth(10).raw.each {|node| # does not load the wrapper specified in node[:_classname]}
Comments and changes to this ticket
-
Andreas Ronge October 21st, 2011 @ 09:49 AM
- State changed from new to resolved
(from [aaa5d42098802e2018c38465cf0d4fc561549b4c]) Added a raw method on traversals in order to do faster traversals by avoiding loading Ruby wrappers around neo4j Java nodes [#189 state:resolved] https://github.com/andreasronge/neo4j/commit/aaa5d42098802e2018c384...
-
Andreas Ronge April 18th, 2012 @ 07:57 PM
(from [f0f40238540402f3e6587ac60ff2bc64d0147cb6]) Throw exception if trying to find relationships with illegal arguments closes #189
Example: a_person.friends("a string") will now raise an exception
https://github.com/andreasronge/neo4j/commit/f0f40238540402f3e6587a...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Neo4j.rb is a graph database framework for JRuby.
It provides:
* Mapping of ruby objects to nodes in networks rather than in tables.
* Storage of ruby object to a file system.
* Fast traversal of relationships between nodes in a hugh node space.
* Transaction with rollbacks support.
* Indexing and quering of ruby objects.
* Integration with Rails