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

Support creating PITs when using Opensearch 2.x #79

Closed hanswesterbeek closed 1 year ago

hanswesterbeek commented 1 year ago

Scope: allow creation+deletion of PITs.

Not tested with search-after and intentionally left the VariantRestriction on that as they were.

See https://github.com/jillesvangurp/kt-search/issues/77

jillesvangurp commented 1 year ago

Nice one. Thanks for this!

hanswesterbeek commented 12 months ago

@jillesvangurp cool :) any chance you can brew a release this week?

jillesvangurp commented 12 months ago

Done, latest is 2.0.7. Thanks for the pull request.