v0.4.0 2019-04-28
Added
- New relation methods:
#count,#fromand#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
_metadatain resulting tuples (solnic)
v0.2.1 2018-02-06
Fixed
- Using
readtypes in schemas no longer breaks indexing (solnic)
v0.2.0 2018-01-23
Added
Relation#orderwhich sets:sort(solnic)Relation#pagewhich sets:fromoffset (solnic)Relation#per_pagewhich sets:size(solnic)Relation#callreturns customROM::Elasticsearch::Relation::Loadedobject, which provides access to#total_hitsand 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