It looks like that blog post was written back when the ts-delayed-delta code
hadn't been extracted from thinking-sphinx into its own gem. Try it all with
ts-delayed-delta added to your Gemfile/environment.rb (and don't forget the
corresponding :require/:lib option of 'thinking_sphinx/deltas/delayed_delta').
--
Pat
On 11/04/2011, at 4:56 AM, alex wrote:
> Thanks Pat,
>
> Now, I'm trying to perform a Delta Job in my Workling Delta Worker
> with the following call:
>
>
> ThinkingSphinx::Deltas::DeltaJob.new(options[:delta_index_name]).perform
>
> And I got the following error message:
>
> WORKLING ERROR: runner could not invoke WorklingDeltaWorker:index
> with
> {:document_id=>32, :delta_index_name=>["course_delta"],
> :uid=>"workling_delta_workers:index:
> 41b4ca49da96ea83343ae70f74a6262f", :core_index_name=>["course_core"]}.
> error was: #<NameError: uninitialized constant
> ThinkingSphinx::Deltas::DeltaJob>
>
> What I am missing?
>
> Thanks!
> Alex
>
>
>
> On Apr 8, 9:12 pm, Pat Allan <[email protected]> wrote:
>> Hi Alex
>>
>> Thinking Sphinx now supports multiple indices per model, so the method names
>> are pluralised - core_index_names and delta_index_names, which return arrays
>> of strings.
>>
>> Cheers
>>
>> --
>> Pat
>>
>> On 09/04/2011, at 9:46 AM, alex wrote:
>>
>>
>>
>>
>>
>>
>>
>>> Hi,
>>
>>> I am trying to use Workling with Thinking-sphinx. I followed a post
>>> from Dave Dupre (http://davedupre.com/2009/09/27/using-thinking-
>>> sphinx/) where he uses the "delta_index_name" and "core_index_name"
>>> method. It seems these methods are no longer available. What can I use
>>> instead to get my delayed delta indexing work?
>>
>>> Thanks,
>>> Alex
>>
>>> --
>>> 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
>>> athttp://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.
>
--
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.