Hi there. I'm using a delta index with delayed_job but a new indexing job is enqueued on every update of a record, no matter if the column is indexed or not. How can I configure TS to update the delta attribute only in case of changes on the indexed columns?
Example: every time someone signs in, the app increments a column called login_count on the user record. This column is irrelevant for searching purposes and it's not being indexed, but triggers a delta update anyway. Thanks. -- 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.
