Is that a straight copy and paste? :true (symbol) should be true (TrueClass) - or are you using delayed deltas like your comment suggests?
Also: the indexing should happen automatically when you change or add records - ts:in is only for a full processing of all indexes. Cheers -- Pat On 31/10/2011, at 8:54 PM, tingiri wrote: > 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. > -- 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.
