Alexey Stepanov

Results 3 comments of Alexey Stepanov

Found some hack solution for Kotlin delegates, may be it will be useful to someone. Just add `val` to delegating paramenter and, for smaller json, ignore duplicate properties ```kotlin data...

Can we achieve that by using a custom ID? In formula `shard_num = hash(_routing) % num_primary_shards` Elastic use document id as `_routing`, so we can pass our own id for...