标签: rest spring-boot elasticsearch
我需要在Spring Boot中创建一个API,该API接收查询字符串并将该字符串传递给远程Elasticsearch服务。我需要以JSON格式获取响应。有没有办法做到这一点?还是有更好的方法来实现这一目标?