Hi, I have implemented the rating feature in my application which is using sphinx/Thinking Sphinx for searching. I have to add the rating in the indexing so that I can can sort my result set depending the rating given by the user.
For rating I am using "acts_as_a_rateable" plugin which is giving a rating by using "obj.rating" method. I know that Sphinx does not do indexing of the method. Can anyone have any idea how to solve this? Thanks, Mike. -- 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.
