sunspot_neo4j¶ ↑
A Sunspot
wrapper for Neo4j.
Install¶ ↑
gem install sunspot_neo4j
Examples¶ ↑
class Post include Neo4j::ActiveNode field :title include Sunspot::Neo4j searchable do text :title end end
For Rails¶ ↑
as gem:¶ ↑
add a gem to Gemfile as following,
gem 'sunspot_neo4j'
Links¶ ↑
Copyright¶ ↑
Copyright © 2015 Andy Schrage. See LICENSE for details.