Delta indexing feature stopped working for me (i.e. rake ts:dd). I am
indexing a Message model and the `messages` table row has the correct
valye for the `delta` column(true).
When I was using ThinkingSphinx as a plugin this feature used to work
for me.
define_index do
indexes content
indexes inbox_messages(:user_id), :as => :users
indexes message_subjects(:subject_id), :as => :subjects
has created_at
set_property :delta => :delayed
end
I am on TS 1.3.16
--
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.