Just yesterday I pushed a patch to get searching working on namespaced models - essentially, the class names need to be quoted in the query (@sphinx_internal_class_name ("Lcbo::Store")). So if you grab the latest from the edge branch, you should be good to go.
gem 'thinking-sphinx',
:git => 'git://github.com/pat/thinking-sphinx.git',
:ref => 'bb56c29ea5'
As for index definitions, it's mentioned in the README (but many things are, so you have to know to look for it) - the index reference should be a string, with a slash indicating the namespaced nature of the model:
ThinkingSphinx::Index.define 'lcbo/store', with: :active_record do
#
end
Hope this helps!
--
Pat
> --
> You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group.
> To view this discussion on the web visit https://groups.google.com/d/msg/thinking-sphinx/-/bVointrCX88J.
> To post to this group, send email to thinkin...@googlegroups.com.
> To unsubscribe from this group, send email to thinking-sphi...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/thinking-sphinx?hl=en.