ruby - What is the equivalent of 'index_delta' in Thinking Sphinx v3? -
this question related one: using delta indexes associations in thinking sphinx
i have same dilemma right now. tried solution posted pat , claudio no luck since i'm using thinking sphinx version 3.0.6.
i'm using ts delayed delta gem well.
this covered here: https://github.com/pat/thinking-sphinx/issues/780 - short reply is:
thinkingsphinx::deltas::indexjob.new('product_delta').perform if want queue in delayed job, though, next you're after:
delayed::job.enqueue( thinkingsphinx::deltas::delayeddelta::deltajob.new('product_delta') ) ruby ruby-on-rails-3 delayed-job thinking-sphinx
No comments:
Post a Comment