I'm looking to use delta indexes, but I want to use something
like :delayed. The issue I have is that I already have a background
processing system (starling/workling), and I would rather not
introduce DelayedJob (as good as it may be). Before I jump in and
figure out a way to setup my own callbacks to make this work, I was
hoping someone here might have some recommendations for the best
direction to take.
Looking at the define_index method, it looks like I need to do
something similar to:
if index.delta?
before_save :toggle_delta
after_commit :index_delta
end
I'm thinking patching index_delta to make the call into my background
queue. Do I have a prayer of making this work?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---