我有一个项目,正在使用CicleCI进行测试,我试图集成轮胎的搜索功能。在本地,所有测试都运行得很好,没有问题。ENV['ELASTICSEARCH_URL'] = "http://circlehost:9200" # With and without this.url "http://circlehost:9200" # also tried localhost:9200, and 127.0.0.1:9200end
尝试添加如下所示的
我的Elasticsearch集群在AmazonElasticsearchService上运行。我试图寻找如何将我的java应用程序连接到Elasticsearch集群的解决方案,但除了通过RestClient之外,我找不到任何其他的答案。所以我的问题是--有没有什么方法可以让我创建的spring data ElasticSearchTemplate能够与运行在我的</