I used Delayed Deltas for Thinking Sphinx plugins to reindex after I
change record. But It only reindexs when I create new record. It does
not run reindex when I update record.
Could you please help me this issue ? Thank you.
I am sorry for my bad English.
my defined_index :
define_index do
indexes topic , :as=>:subject,:sortable=>true
indexes user(:first_name) , :as=>:name
indexes note , :as=>:content
indexes tag_keys
indexes list_expert_sub_area(:caption)
has created_at, user_id, status, privacy
set_property :delta => :delayed
end
--
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.