georgia-cms / georgia

Rails 4 CMS Engine
MIT License
2 stars 2 forks source link

Allow optional index to support elasticsearch #1

Closed mathieugagne closed 10 years ago

mathieugagne commented 10 years ago

Heroku offers free elasticsearch addons but Websolr addon is minimum $20/month. Need to find a way to offer solr as an option, elasticsearch as default.

rails g georgia:install --indexer=solr

mathieugagne commented 10 years ago

Done with Georgia::Indexer