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 need to remove usages of org.elasticsearch classes. The only classes where we must actually keep this is in the concrete implementations of the (Reactive)ElasticsearchOperations classes.
Once the new Elasticsearch client is available, we will not be able to use theses classes anymore. For enums or callbacks we need to provide our own similar classes and provide a mapping in the *Template classes.
The text was updated successfully, but these errors were encountered:
We need to remove usages of
org.elasticsearch
classes. The only classes where we must actually keep this is in the concrete implementations of the(Reactive)ElasticsearchOperations
classes.Once the new Elasticsearch client is available, we will not be able to use theses classes anymore. For enums or callbacks we need to provide our own similar classes and provide a mapping in the
*Template
classes.The text was updated successfully, but these errors were encountered: