On 05/12/2010, at 8:54 AM, Tobbe wrote: > I am just about to implement TS in my rails 3 app. I have never worked > with TS before, though. After some research I found out that the new > 1.10beta of Sphinx search does have a real-time index already. > > - Can the 1.10beta version be used with TS?
Yes - but keep reading... > - Is the performance at par with the stable 0.99? I've no idea - but from what I've read on the Sphinx site, people are using it in production. > - Does this mean that I don't need any rake task to rebuild the > indexes of Sphinx? No - this is the tricky part. Thinking Sphinx has always used the Sphinx API, but real-time indexes are managed via SphinxQL only. I'd like to change TS to use SphinxQL, but it hasn't happened yet - hopefully over the coming months... essentially the current situation is that you can use TS with 1.10-beta with all the standard features, but nothing that's new in 1.10-beta is useful in TS (beyond a few configuration settings). Soon, hopefully! Cheers -- Pat -- 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.
