Hi David
I'd recommend having an index on the Comment model as well, and then
doing a search across both models:
ThinkingSphinx.search 'query'
This way, you'll know exactly which comment instances match. (There's
no way to find this out from Sphinx in your current setup).
--
Pat