Module: Sunspot

Defined in:
lib/sunspot/mongomapper.rb

Overview

Examples:

class Post

include MongoMapper::Document
field :title

include Sunspot::MongoMapper
searchable do
  text :title
end

end

Defined Under Namespace

Modules: MongoMapper