Hi Ryan Is there anything in the searchd.log when you're querying via TS? Is that any different to what you see with the search CLI tool?
Also: what's the contents of your config/sphinx.yml file? -- Pat On 30/09/2010, at 4:57 AM, Ryan wrote: > Thanks for the reply Pat. Yeah we tried doing a rebuild with no > luck. I've tried searching one model or many models and still no > results. We are indexing about 20 different models currently. > > Here is an example of one model's define_index that I tried searching > on alone: > > define_index do > indexes school.name > has id, :as => :school_id > > set_property :enable_star => 1 > set_property :min_prefix_len => 3 > set_property :delta => true > end > > If I search it through the sphinx command line tool I get back results > but when I use thinking sphinx I get back no results with 0.9.9. Soon > as we switch back to 0.9.8 results show up again in thinking sphinx. > > Thanks > Ryan > > On Sep 28, 4:26 pm, Pat Allan <[email protected]> wrote: >> Hi Ryan >> >> I'm going to start with the basics, though I'm sure you've done this >> already: have you run 'rake ts:rebuild' (or the separate equivalent tasks: >> ts:stop, ts:in, ts:start)? >> >> If that doesn't help, how many models are you indexing? Can you choose one, >> search on just that, and tell us what the define_index block for it is? >> >> Cheers >> >> -- >> Pat >> >> On 29/09/2010, at 5:03 AM, Ryan wrote: >> >> >> >>> We are currently running Thinking Sphinx 1.3.20 and Sphinx 0.9.8 and >>> everything is working great. We tried upgrading Sphinx to 0.9.9 and >>> every search from thinking sphinx gets no results returned. I see the >>> search come through in the searchd.query.log. We also did the same >>> search via command line and sphinx is returning results so it seems to >>> be a problem with thinking sphinx or how we have it configured. >> >>> Are we maybe missing a config file change that needs to happen for >>> Sphinx 0.9.9? >> >>> Thank you for you help. >> >>> -- >>> 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 >>> athttp://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. > -- 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.
