So I added my own custom code for production i do an ssh db_server " index command" and that works. i only use this on my low volume indexes.
the other question is : after doing a rotate i notice that my old index still exists. if i change someone's name from 'bob miller' to 'steve miller' i notice that the 'bob' index is still active, but now points to a record with the name 'steve miller'. Only after i do a complete index is this cleared up. is that normal? thanks. erik On Feb 14, 12:02 pm, erik <[email protected]> wrote: > I have an issue with delta indexing. > > My setup is two web servers connect to a db server where sphinx is > running. Searching works fine. > > The issue is with deltas. > > This line: > ThinkingSphinx.sphinx_running? will never be true > > But, even if I could ignore that line how do i send a rotate command > to a sphinx instance running on a different server? > > should i just set up a cron job to rotate all indexes every minute or > use delayed indexes only? > > thanks. > Erik -- 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.
