Skip to content
This repository has been archived by the owner on Aug 14, 2018. It is now read-only.

A set of extensions for elasticsearch-model which aims to ease the burden of things like re-indexing, verbose/complex mapping that you may face once you started using elasticsearch seriously.

License

crowdworks/elasticsearch-model-extensions

Repository files navigation

Elasticsearch::Model::Extensions

Build Status Coverage Status Code Climate

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'elasticsearch-model-extensions'

And then execute:

$ bundle

Or install it yourself as:

$ gem install elasticsearch-model-extensions

Usage

TODO: Write usage instructions here

Running examples

With Elasticsearch installed, you can run examples configured with an ES instance started on the port 9250 and AR connected to sqlite:

$ bundle exec irb -I spec -r example/articles_with_comments
(A bunch of log output here)
irb(main):001:0> Article.search('Comment1')

To run the same example with Rails 4.1.x:

$ BUNDLE_GEMFILE=gemfiles/rails41.gemfile bundle exec irb -I spec -r example/articles_with_comments

Contributing

  1. Fork it ( https://github.com/[my-github-username]/elasticsearch-model-extensions/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

A set of extensions for elasticsearch-model which aims to ease the burden of things like re-indexing, verbose/complex mapping that you may face once you started using elasticsearch seriously.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages