Skip to content

Swimminschrage/sunspot_neo4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 (c) 2015 Andy Schrage. See LICENSE for details.

About

A Sunspot wrapper for Neo4j that is like sunspot_rails.

Resources

License

Stars

Watchers

Forks

Packages

No packages published