module Sunspot

Examples:

class Post

include Neo4j::ActiveNode
field :title

include Sunspot::Neo4j
searchable do
  text :title
end

end