kt-search icon indicating copy to clipboard operation
kt-search copied to clipboard

Multi platform kotlin client for Elasticsearch & Opensearch with easily extendable Kotlin DSLs for queries, mappings, bulk, and more.

Results 8 kt-search issues
Sort by recently updated
recently updated
newest added

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...

**Describe the enhancement** Ability to sign requests using [AWS Signature V4](https://docs.aws.amazon.com/general/latest/gr/sigv4_signing.html) **Why is this needed?** Signing requests using native clients has been an essential requirement for accessing the Amazon OpenSearch...

help wanted

**Describe the enhancement** Add support to the term to accept a boolean ```kotlin term(query.field, true) ``` **Why is this needed?** Currently it only accepts strings which is a bit awkward...

**Describe the enhancement** Support [parent](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-parent-aggregation.html) and [children](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-children-aggregation.html) aggregations **Why is this needed?** To allow for aggregating when using parent / child join fields **Will you be able to help with...

**Describe the enhancement** Add wasm build target blocked on misc external issues - [ ] https://github.com/Kotlin/kotlinx.coroutines/issues/3713 - [ ] https://github.com/Kotlin/kotlinx-atomicfu/issues/278 - [ ] https://github.com/Kotlin/kotlinx.serialization/issues/2271 - [ ] https://github.com/Kotlin/kotlinx-datetime/issues/245 - [...

**Describe the enhancement** Currently only a subset is supported. Things like max_age are not supported **Why is this needed?** Nice to have; can work around it by manipulating the jsondsl...

Hello, in the first version of the lib it was possible to run an update by query with a script, but can't find similar functionality in current version ``` fun...