tire 0.6.2
Tire is a Ruby client for the Elasticsearch search engine/database. It provides Ruby-like API for fluent communication with the Elasticsearch server and blends with ActiveModel class for convenient usage in Rails applications. It allows to delete and create indices, define mapping for them, supports the bulk API, and presents an easy-to-use DSL for constructing your queries. It has full ActiveRecord/ActiveModel compatibility, allowing you to index your models (incrementally upon saving, or in bulk), searching and paginating the results. Please check the documentation at .
Gemfile:
=
install:
=
Runtime Dependencies (7):
activemodel
>= 3.0
activesupport
>= 0
ansi
>= 0
hashr
~> 0.0.19
multi_json
~> 1.3
rake
>= 0
rest-client
~> 1.6
Development Dependencies (15):
activerecord
>= 3.0
bson_ext
>= 0
bundler
~> 1.0
curb
>= 0
faraday
>= 0
minitest
~> 2.12
mocha
~> 0.13
mongoid
~> 2.2
oj
>= 0
redis-persistence
>= 0
shoulda-context
>= 0
sqlite3
>= 0
turn
~> 0.9
yajl-ruby
~> 1.0