Skip to content
This repository has been archived by the owner. It is now read-only.

bkeepers/sunspot_mongo_mapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sunspot_mongo_mapper

A Sunspot wrapper for MongoMapper.

Install

Add the gem to your Gemfile

gem 'sunspot_mongo_mapper'

Usage

class Post
  include MongoMapper::Document

  key :title

  searchable do
    text :title
  end
end

Links

Credits

This gem was adapted from sunspot_mongoid

About

A Sunspot wrapper for MongoMapper.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages