- Properly delegate existence methods like
result.foo?
toresult._source.foo
- Exception is raised when
type
is not passed to Mappings#new - Allow passing an ActiveRecord scope to the
import
method - Added, that
each_with_hit
andmap_with_hit
inElasticsearch::Model::Response::Records
callto_a
- Added support for
will_paginate
pagination library - Added the ability to transform models during indexing
- Added explicit
type
andid
methods to Response::Result, aliasing_type
and_id
- Improved documentation and tests
- Fixed Kaminari implementation bugs and inconsistencies