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 *を外部サーバーに接続する方法がわかりませんでしたか?
*TireはElasticSearch検索エンジン用の豊富なRubyAPIおよびDSLです
あなたがとは違うという意味ならlocalhost:9200、それはこのようなものでなければなりません
localhost:9200
require 'tire' Tire.configure { url "http://ec2-232-10-73-111.compute-1.amazonaws.com:9200" }