Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Spring Data ES 是否可以在不使用 Java 客户端的情况下直接通过 HTTP 查询嵌入式 ES?如何?
将http参数设置为true即可
<elasticsearch:node-client cluster-name="cluster" http-enabled="true" id="cluster"/>