I would like to know if Heroku supports Sphinx (and its gem Thinking Sphinx)
Looks like Heroku soon will support Sphinx through Flying-Sphinx
You would need to launch an ec2 instance, and put all the text to search in SimpleDB, or S3, etc then run Sphinx on the EC2. Response would be fast as your heroku app is also on EC2. So the EC2 instance could only handle text searching, with the pretty web site on Heroku.
you can't actually use most text-based searches in heroku because you won't be able to have a writable directory
Tom solution seems possible... I personally moved to Sunspot Solr to deploy to Heroku more easily through Websolr. I love Sunspot, though I do face occasional weird results, especially that I need to reindex all the time. Websolr does have minor hiccups every now and then, but it's getting better.
Thinking Sphinx is supported on heroku but it costs 12 bucks a month, which sorta sucks.
© 2022 - 2024 — McMap. All rights reserved.