0

It should have been easy to find but somehow we didn't find out How to connect tire* to an external server?

*Tire is A rich Ruby API and DSL for the ElasticSearch search engine

Anno2001
  • 1,343
  • 12
  • 17

1 Answers1

2

if you mean different than localhost:9200, it should be something like this

require 'tire'

Tire.configure { url "http://ec2-232-10-73-111.compute-1.amazonaws.com:9200" }
vhyza
  • 1,030
  • 6
  • 9