issues
search
lambdaworks
/
zio-elasticsearch
ZIO Elasticsearch is a type-safe and streaming-friendly ZIO native Elasticsearch client.
https://lambdaworks.github.io/zio-elasticsearch/
Apache License 2.0
60
stars
18
forks
source link
(dsl): Add public data-type GeoPoint and refactor GeoDistanceQuery
#277
Closed
arnoldlacko
closed
1 year ago
arnoldlacko
commented
1 year ago
introduced a new
data
package to hold types to be used as field-types in case classes representing documents
introduced GeoPoint as a public data-type under a new
data
package
introduced GeoHash within the
query
package used for querying by geo-hash
refactored GeoDistanceQuery to rely on these types
made the
distance
parameter on
GeoDistanceQuery
non-optional
data
package to hold types to be used as field-types in case classes representing documentsdata
packagequery
package used for querying by geo-hashdistance
parameter onGeoDistanceQuery
non-optional