Hi, we're working with a classical setup with one back-end server containing the database(s) and one or more front-end application servers. Both are on Ubuntu 10.10 on amd64 thinking_sphinx version: 2.0.2 sphinx version: 0.9.9 (Ubuntu default) database: postgresql-8.4
In our heads it seemed like a logical idea to have sphinx and the index centralized on the database server as well. As configuration on the application server we have: production: address: ip_address port: 9312 On the backend server sphinx is running on the default port. We also added ThinkingSphinx.remote_sphinx = true in our environment. When we run rake ts:index however, it comes back with sh: indexer: not found while indexer is on the default location on the remote server ... changing the bin_path doesn't change anything, it still can't find it, so I'm wondering if it's looking locally. Is indexer supposed to run locally ? How to have a centralized index in that case ? Thank you, Elise -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/thinking-sphinx?hl=en.
