Sorry, FS docs need a bit of updating… `set_property :delta` is now the :delta option in the first line of the index definition (like ThinkingSphinx::Deltas::DelayedDelta in your first example).
But as discussed in another thread, the combination of DJ, TS v3 *and* FS isn't currently working. On 18/04/2013, at 6:54 PM, [email protected] wrote: > Hi all, > > now that the proper way to pas the :delta is directly in the index.rb file, I > type the following: > > ThinkingSphinx::Index.define :restaurant, :with => :active_record, :delta => > ThinkingSphinx::Deltas::DelayedDelta do > > Now Heroku gives me instructions to add: > > set_property :delta => FlyingSphinx::DelayedDelta > > so I can run the db in production. > > I have no idea how to do this, and there's no online resource for it. Can you > help? > > -- > You received this message because you are subscribed to the Google Groups > "Thinking Sphinx" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/thinking-sphinx?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/thinking-sphinx?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
