jillesvangurp / kt-search

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

add search after parameter #139

Closed sinkyoungdeok closed 1 month ago

sinkyoungdeok commented 1 month ago

I understood that the 'search after' feature exists for indexing purposes.
However, 'search after' is also necessary for supporting pagination, and for this reason, we will be adding the 'search after' parameter.
Please refer to the following Elasticsearch official documentation for more information: https://www.elastic.co/guide/en/elasticsearch/reference/current/paginate-search-results.html