Spring Data Elastic Search模板是否支持用户名和密码?如果我们需要使用弹簧数据连接到受Shield保护的弹性搜索,有哪些选项。
当前配置
<elasticsearch:transport-client id="client" cluster-nodes="${elasticsearch.cluster.host}:${elasticsearch.cluster.port}"
cluster-name="${elasticsearch.cluster.name}" />
<bean name="elasticsearchTemplate" class="org.springframework.data.elasticsearch.core.ElasticsearchTemplate">
<constructor-arg name="client" ref="client"/>
</bean>
答案 0 :(得分:0)
我认为目前不支持此功能,但此功能有一个公开拉取请求:https://github.com/spring-projects/spring-data-elasticsearch/pull/152