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.
它应该很容易找到,但不知何故我们没有找到如何将轮胎*连接到外部服务器?
*Tire 是用于 ElasticSearch 搜索引擎的丰富的 Ruby API 和 DSL
如果你的意思是不同的localhost:9200,它应该是这样的
localhost:9200
require 'tire' Tire.configure { url "http://ec2-232-10-73-111.compute-1.amazonaws.com:9200" }