I have a model which has a delta index defined on it.

define_index do
    indexes description

    # delayed_deltas
    set_property :delta => :true
  end

I ran rake ts:rebuild to update the sphinx config file.
If I run 'rake ts:in' after updating description which sets delta to
true, Sphinx is doing full index instead of just indexing the records
with delta 'true'.

Am I missing something? How to make sphinx index only the records that
have delta set?

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.

Reply via email to