Neo4j: 0.3.1
REST bugfixes Replication Spike: Lucene Index Synchronization via REST ?
Closed Tickets
-
✔ #53
reindexer fails to connect nodes to the IndexNodebug reindexer ✓resolved -
✔ #54
Bug - Lucene sorting caused exception if there were no documentsno tags ✓resolved -
✔ #55
BUG: GET /nodes/classname missing out nodes with no propertiesbug ✓resolved -
✔ #56
Bug - exception on GET /nodes/classname/rel if rel is a has_one relationshipbug ✓resolved -
✔ #57
Fix a messy exception on GET /nodes/UnknownClassNameno tags ✓resolved -
✔ #58
find path between given pair of nodesno tags ✓resolved
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