- Upgrade to elasticsearch ~> 7.13 (via #25) (@demsullivan + @solnic)
- New relation methods:
#count,#fromand#size(v-kolesnikov) - Scroll API (hpetru)
- Updated to work with
rom ~> 5.0(v-kolesnikov)
- Support for multi-index relations via
schema(multi: true)(solnic) - Datasets can be configured to include
_metadatain resulting tuples (solnic)
- Using
readtypes in schemas no longer breaks indexing (solnic)
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)
- Connection URI is passed directly to the ES client now (solnic)
First public release