My problem is similar to the one raised in this thread:
http://groups.google.com/group/thinking-sphinx/browse_thread/thread/b4496a03fa4f7e87/1d550607a77115ea?lnk=gst&q=delta+indexing+not+working#1d550607a77115ea

On Apr 22, 5:30 pm, Kandada Boggu <[email protected]> wrote:
> 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 
> athttp://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.

Reply via email to