Elasticsearch query DSL for Kotlin
Read User Guide
- Multiplatform (JVM, Native and JS)
- Asynchronous API
- No reflection (only for delegates)
- Sub-fields and sub-documents with navigation
- Typed query expression (when it is possible)
- Typed document source
- Parent child relations (ability to merge multiple documents into a single mapping)
- Focused on a search API
- Declarative search query modifications via
query filters - Supports several serialization libraries (
kotlinx.serializationandjacksonout of the box) - Supports Elasticsearch
6.x,7.xand8.x(autodetect Elasticsearch version) - Supports Opensearch
1.xand2.x
- Covering full Elasticsearch API
- versions before
0.1(0.0.x) can be binary and source incompatible; backward incompatible changes are allowed - versions greater or equal
0.1but before1.0(0.x.y):- different minor versions can be binary and source incompatible
- 2 versions with the same minor version should be binary compatible
- versions higher or equal
1.0:- different major versions may require changing the source codes
- the same major but different minor versions should be source compatible.
Update from
1.2.0to1.3.0may require recompilation - same major and minor version mean that you can freely upgrade version of the library