I've set up my model like so:
class Individual < ActiveRecord::Base
#sphinx
define_index do
#fields
indexes :first_name
indexes :last_name
indexes :company_name
#attributes
has :profile_id, :is_active
set_property :delta => :delayed
end
...
end
When I run rake ts:config after that, the resulting sphinx.conf file
looks exactly the same as when I use "set_property :delta => true".
What would prevent TS from using the delayed job plugin?
Versions:
Rails 2.1.2
TS 1.2.7 (installed as plugin)
Sphinx 0.9.8.1
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---