Module: Sunspot

Defined in:
lib/sunspot_neo4j/neo4j_adapter.rb

Overview

Examples:

class Post

include Neo4j::ActiveNode
field :title

include Sunspot::Neo4j
searchable do
  text :title
end

end

Defined Under Namespace

Modules: Neo4j