So, is it definitely story records that have the problem? (remove other indices from that query to check). The sphinx_internal_id attribute is the model’s primary key, so that may be useful for debugging… Also worth looking at the sql_query value for that specific source in config/development.sphinx.conf locally, see where that sphinx_internal_class value is coming from and possibly going wrong (it could be a type column, perhaps?)
— Pat > On 5 May 2015, at 7:14 pm, Robbie Shepherd <[email protected]> wrote: > > your theory is confirmed - searches that are fine all return results with > sphinx_internal_class of Story. Searches that I know fail all have one > result (or maybe more) with a nil value for sphinx_internal_class - now how > do we stop this from happening? > > Thanks for your help so far! > > -- > You received this message because you are subscribed to the Google Groups > "Thinking Sphinx" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at http://groups.google.com/group/thinking-sphinx > <http://groups.google.com/group/thinking-sphinx>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/thinking-sphinx. For more options, visit https://groups.google.com/d/optout.
