elastic4s
elastic4s copied to clipboard
opensearch compatibility
Hi, Is this library compatible with OpenSearch 2.x?
Thanks!
Most probably but the library is only tested against elastic.
@sksamuel is there a plan to test it against open search as well? We use elastic4s 7.15.0 and opensearch 2.7. So far there are no issues.
@sksamuel Do you have any plans to test this library with OpenSearch?
No. This library is in maintenance mode. I will merge PRs created by people and release them but I no longer use Scala actively. Also happy to hand over to another maintainer.
👋 I'd be happy to take over or help maintain the project @sksamuel.
I've invited you to this repo @Philippus . We can talk about moving it to an org / your repo if you like.
If you can move it to my repo, that would be great.
@Philippus is there planning for a OpenSearch support ?
I don't think it's feasible to support both OpenSearch and Elasticsearch in elastic4s. The projects are going their separate ways and eventually the api's will diverge, if they haven't already (not sure if OpenSearch has a Synonyms API for example). If somebody wants to create an opensearch4s, they can create a fork of elastic4s (of version 7.10.x) and go from there.