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
The client used in org.opensearch.data.client.orhlc.OpenSearchRestTemplate, org.opensearch.client.RestHighLevelClient, has been deprecated in Elasticsearch since v7.15. The OpenSearch documentation also considers it deprecated.
What solution would you like?
The OpenSearchRestTemplate should use the Java client org.opensearch.client.opensearch.OpenSearchClient instead.
What alternatives have you considered?
Continuing to use the deprecated client runs the risk of breakage through its removal.
Do you have any additional context?
No
The text was updated successfully, but these errors were encountered:
Note to maintainers:
Consider adding an issue type that's neither a bug nor an enhancement -- E.g., Technical debt, wherein this particular issue would be more accurately categorized.
Is your feature request related to a problem?
The client used in
org.opensearch.data.client.orhlc.OpenSearchRestTemplate
,org.opensearch.client.RestHighLevelClient
, has been deprecated in Elasticsearch since v7.15. The OpenSearch documentation also considers it deprecated.What solution would you like?
The
OpenSearchRestTemplate
should use the Java clientorg.opensearch.client.opensearch.OpenSearchClient
instead.What alternatives have you considered?
Continuing to use the deprecated client runs the risk of breakage through its removal.
Do you have any additional context?
No
The text was updated successfully, but these errors were encountered: