Neo4j.rb v0.0.6 Release Notes

Release Date: 2008-12-03 // over 15 years ago
    • ✂ Removed the configuration from the Neo4j.start method. Now exist in Neo4j::Config and Lucene::Config.
    • Implemented sort_by method.
    • Lazy loading of search result. Execute the query and load the nodes only if needed.
    • ➕ Added support to use lucene query language, example: Person.find("name:foo AND age:42")
    • ✅ All test now uses RAM based lucene indexes.