Neo4j.rb v0.0.5 Release Notes

Release Date: 2008-11-17 // over 15 years ago
    • ๐Ÿ‘Œ Supports keeping lucene index in memory instead of on disk
    • โž• Added support for lucene full text search
    • ๐Ÿ›  Fixed so neo4j runs on JRuby 1.1.5
    • ๐Ÿ‘ Implemented support for reindex all instances of a node class. This is needed if the lucene index is kept in memory or if the index is changed.
    • โž• Added ReferenceNode. All nodes now have a relationship from this reference node.
    • ๐Ÿ”จ Lots of refactoring
    • โž• Added the IMDB example. It shows how to create a neo database, lucene queries and node traversals.