Extension, additions, other utilities for the Tire Rubygem for ElasticSearch.
Add this to your Gemfile:
gem 'tire-contrib'
Then require the component you want to use in your application initializer. For example:
require 'tire/rails/logger'
See specific files and folders inside the lib/tire
folder for instructions and documentation.
Adds support for dynamic attributes when using Tire::Model::Persistence so that model properties no longer need to be declared explicitly. More info.
Adds support for “more like this” queries.
Adds support for “fuzzy like this” queries.
Adds support for “custom filters score” queries.
Adds support for displaying Tire related statistics in the Rails' log.
Adds support for namespace all Index's of an Application