I would like to use sphinxsearch on our site which is hosted on an auto-scaled load-ballanced server farm with 1LB, 2DB, 2APP,& 1 memcached servers. With using sphinx to search a site with over million posts (forum site), is any of these ideas a recommended way to setup sphinxsearch.
a: Setup a extra server (or put it on the memcache instance) and have results from the app servers pull from that server.
b: setup sphinxsearch on the app servers and find a way to replicated the index
c: what ever other idea you can think of?