Agreed, RT indexing would be very cool.

At this point in time, RT indexing is only available through a custom MySQL 
connection to the Sphinx daemon (not to MySQL), using SphinxQL (very similar to 
SQL). The issue with this is that SphinxQL is a relatively new addition, and 
Thinking Sphinx uses the API calls instead - and the API has no hooks for RT 
indexes. Yet. I'm not sure if its planned and what the timelines are... Also, 
it's worth noting that RT indexes don't support infix/prefixes nor MVAs at this 
point in time. Thus the beta tag, I guess.

So, in short: either I wait for RT index support via the API, or I rearchitect 
TS to use SphinxQL...

-- 
Pat

On 27/07/2010, at 11:04 AM, Jon wrote:

> OK thanks for the very quick reply - 
> 
> just FYI: everything still works it just errors.. the RT indexing would be 
> cool :)
> 
> 
> jon
> 
> On Tue, Jul 27, 2010 at 10:30 AM, Pat Allan <[email protected]> wrote:
> Hi Jon
> 
> The issue could be that Thinking Sphinx doesn't yet support 1.10-beta - try 
> installing 0.9.9 instead.
> 
> I do want to get 1.10 support figured out soon, just need to set aside some 
> time to make it happen.
> 
> Cheers
> 
> --
> Pat
> 
> On 27/07/2010, at 10:57 AM, Jon wrote:
> 
> > Hi
> >
> > When I run rake:reindex/rake:rebuild etc I get the following error. The 
> > rake works but i'd like to not see the error (it messes up my deployments).
> >
> > Sphinx cannot be found on your system. You may need to configure the 
> > following
> >  ** [out :: xx.xx.255.201] settings in your config/sphinx.yml file:
> >  ** [out :: xx.xx.255.201] * bin_path
> >  ** [out :: xx.xx.255.201] * searchd_binary_name
> >  ** [out :: xx.xx.255.201] * indexer_binary_name
> >
> > I have set my config/sphinx.yml to be:
> > development:
> >   enable_star: 1
> >   min_infix_len: 3
> >   bin_path: '/usr/local/sphinx/bin'
> >   version: '1.10-beta'
> > production:
> >   enable_star: 1
> >   min_infix_len: 3
> >   bin_path: '/usr/local/sphinx/bin'
> >   version: '1.10-beta'
> >
> >
> > Any ideas what could be wrong?
> >
> >
> > Thanks
> >
> > Jon
> >
> >
> >
> > --
> > 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.
> 
> 
> 
> -- 
> 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.

Reply via email to