A Sunspot wrapper for Neo4j.
gem install sunspot_neo4j
class Post
include Neo4j::ActiveNode
field :title
include Sunspot::Neo4j
searchable do
text :title
end
end
add a gem to Gemfile as following,
gem 'sunspot_neo4j'
Copyright (c) 2015 Andy Schrage. See LICENSE for details.