You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues).
This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here.
You will need to create a new ElasticSearch module if we want to keep supporting the older versions of ElasticSearch. If you use the new libraries it may break current sites that are using older versions of ElasticSearch.
I believe Elastic.Client.Elasticsearch was released with ES 8.0 to mark the change from the open source project it was and the now non-open source project it became.
Also, more on this. The new libraries don't support OpenSearch anymore from what I can remember.
Nest package is deprecated are was replaced with Elastic.Clients.Elasticsearch few years back.
Once that is done, we can change the way we deserialize the custom analyzers and custom token-filters. The code will look more like this
The text was updated successfully, but these errors were encountered: