v0.4.0 2019-04-28
Added
- New relation methods:
#count
,#from
and#size
(v-kolesnikov) - Scroll API (hpetru)
v0.3.0 2018-03-12
Added
- Support for multi-index relations via
schema(multi: true)
(solnic) - Datasets can be configured to include
_metadata
in resulting tuples (solnic)
v0.2.1 2018-02-06
Fixed
- Using
read
types in schemas no longer breaks indexing (solnic)
v0.2.0 2018-01-23
Added
Relation#order
which sets:sort
(solnic)Relation#page
which sets:from
offset (solnic)Relation#per_page
which sets:size
(solnic)Relation#call
returns customROM::Elasticsearch::Relation::Loaded
object, which provides access to#total_hits
and raw client response (solnic)
v0.1.1 2017-11-18
Changed
- Connection URI is passed directly to the ES client now (solnic)
v0.1.0 2017-11-17
First public release