I'm using bonsai.io and want to point elasticsearch to my synonyms file. In development, this works fine, but I don't have access to /var/websolr/apps/elasticapp/current/config/ to place the file there and Rails.root doesn't give me the absolute path of the app on the server. How can I use my synonyms file with bonsai.io? Any way I can have it point to a relative path within my app or even point to a synonyms file hosted on a server I control?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I've found out from bonsai's support that this is indeed currently impossible, so I'm just including an array of synonyms in my model, which isn't ideal, but works. |
|||
|
|