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

Support index pattern #316

Closed milicns closed 1 year ago

milicns commented 1 year ago

Closes #310

Refresh, Search and GetById requests currently adjusted for handling IndexSelectors, i am not sure about GetById completely.

milicns commented 1 year ago

GetById request adjusted back to supporting only IndexName, because it seems that it doesn't support IndexPattern https://www.elastic.co/guide/en/elasticsearch/reference/7.17/docs-get.html