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
As described in #15008, Spring Boot already auto-configures a RestHighLevelClient bean, and it should reuse that bean in an auto-configuration to create an ElasticsearchOperations component when Spring Data Elasticsearch is available.
See AbstractElasticsearchConfiguration in Spring Data Elasticsearch.