What sort of delta indexing are you using? Is your production environment passenger?
It really sounds like a classic permissions or path issue. Have you read "Delta Indexing Not Working" and "Running Delta Indexing with Passenger" at [1]? -- James Healy <[email protected]> Wed, 13 Jan 2010 18:29:13 +1100 [1] http://freelancing-god.github.com/ts/en/common_issues.html#deltas Chirantan wrote: > I am using sphinx to search on 2 models along with their associations. > I am using delta indexing. Things work fine on my dev box in dev mode > (Ubuntu). However, on staging box production env, when I create new > records, I need to build the index again in order to make the newly > created records searchable. Even weird is that when I create records > using script/console, they seem to be getting indexed and are > searchable. > > For the associations to work after update, I have an after_save method > for all the association models that set the delta of these two model > records to false. I am not sure if this has anything to do with this. > > I have checked for permissions, thinking sphinx gem version and they > all seem to be fine. What could be wrong? > > > Chirantan > -- > 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.
