Hi David I'm not quite sure where to start with this... but I guess as a first step, can you add the following line to the very end of your environment.rb file (not in development.rb/production.rb):
ThinkingSphinx.remote_sphinx = true If TS in your app code can't find the pid file, then it usually assumes Sphinx isn't running - this will make it always act as if Sphinx is running. Not sure if that's the cause, but give it a shot. Also: you are running the ts:in:delta task within the window of your threshold, yes? -- Pat On 02/06/2010, at 1:40 PM, David John wrote: > Hey All, > > My setup is as follows: > > app1 - sphinx install, not running > app 2 - sphinx install, not running > db - sphinx installed an running > > I've setup my Rails project to point to the DB instance and communication > seems to be working just fine - I can search and it returns results. My > issue right now is getting the timed delta indexes to work. If I run rake > ts:in:delta on my db server (where I have the app code, but not running..) It > seems to successfully create the delta indexes. But unfortunately any new > data that was added since the last full index doesn't seem to be getting > picked up by the delta indexes and as a result the new records aren't being > found.. > > If someone could point me in the write direction that would be fabulous :) > > Cheers, > DJ > > -- > 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. > -- 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.
