There's no real way to do this directly in Sphinx or Thinking Sphinx... however, maybe you can have a column that tracks this somehow, and use the sql_query_pre or sql_query_post options to run some SQL commands?
http://www.sphinxsearch.com/docs/manual-0.9.9.html#conf-sql-query-pre http://www.sphinxsearch.com/docs/manual-0.9.9.html#conf-sql-query-post -- Pat On 04/03/2010, at 8:13 PM, ct9a wrote: > hi there > I have been using thinking sphinx with good results. Thanks, Pat! > > I would like to now write another process which updates the status of > my objects to "live" once the thinking sphinx indexing ( rake > thinking_sphinx:index) has been run by cron every 3 hours. > > Assuming the object that gets indexed by thinking sphinx (such that > it appears in search results) is the "blog" object (like in many > examples online), how do I retrieve the list of "blog" object ids that > have just been indexed since the last run of thinking sphinx indexing? > > Sorry, I looked through the documentation and part of the google > group here and didn't quite get the answer. > > thanks > > > > -- > 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.
