Hi Michael Sorry about the slow response - I'm gradually getting through the backlog of TS support emails.
Can you run us through the search query you're running? Also: is this on production, or in your local development environment? TS works fine with 0.9.8 and 0.9.9, and 1.10 in theory, though I've not tried that out properly yet. Cheers -- Pat On 07/10/2010, at 5:06 AM, Michael wrote: > Hi, > > I've set up Sphinx and TS and built my indexes. Everything is great, > except for one rather perplexing problem: application-wide searches > (multi-class, or whatever the right term is) don't work-- they return > an array of nils rather than an array of objects. > > I drilled down a bit into the TS code and added a few debug output > lines. It appears that Riddle doesn't think there is a > sphinx_internal_id for any of the results returned when the search > goes across multiple indexes (as a multi-class search does). > > As soon as I scope the search to one class, I do not have this issue. > Additionally, if I search only for a term that appears in one class > (so the results are all for one class), I do not have this issue. > > I'm fairly certain I've configured Sphinx and TS appropriately, and I > can get the sphinx_internal_ids for everything using the CLI search > tool Sphinx provides. > > Perhaps there is a bug with Riddle parsing the Sphinx results for > 0.9.9? I'm tempted to try move to 1.10 or 0.9.8 to see if I have the > issue there as well. > > Regards, > Michael > > -- > 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.
