jillesvangurp / kt-search

Multi platform kotlin client for Elasticsearch & Opensearch with easily extendable Kotlin DSLs for queries, mappings, bulk, and more.
MIT License
107 stars 23 forks source link

[FEAT] scrolling / deep paging searches #5

Closed jillesvangurp closed 2 years ago

jillesvangurp commented 2 years ago

Similar to what the legacy client did

jillesvangurp commented 2 years ago

scroll and search_after are both implemented.