Hi Jake First, a quick check - although you've probably tried this. * Stop Sphinx via rake thinking_sphinx:stop * Is the searchd process still running on your machine somewhere? Kill it * Delete db/sphinx * Run rake thinking_sphinx:index * Run rake thinking_sphinx:start
What's the output of those last two tasks? Also, is this on a production machine? Does the user you're running the tasks with have access to db/sphinx? Cheers -- Pat On 18/05/2009, at 10:21 AM, Jacob wrote: > > This is probably more a question for the Sphinx forum, but I'll ask > here first. I have defined indexes for two of my models and was able > to index a couple weeks back. Now when I try and index it looks like > Sphinx is finding the documents, but isn't indexing anything. The > physical size of the collected documents also looks to be very off. > I've tried Googling for days and haven't been able to find any leads. > Does this mean the indexing query is not returning any rows? > > Thanks > Jake > > indexing index 'property_core'... > collected 700 docs, 0.2 MB > collected 0 attr values > sorted 0.0 Mvalues, 100.0% done > sorted 0.0 Mhits, 100.0% done > total 700 docs, 212855 bytes > total 0.144 sec, 1482617.91 bytes/sec, 4875.77 docs/sec > distributed index 'property' can not be directly indexed; skipping. > indexing index 'user_core'... > collected 45204 docs, 0.0 MB > collected 0 attr values > sorted 0.0 Mvalues, 100.0% done > sorted 0.0 Mhits, 100.0% done > total 45204 docs, 423 bytes > total 0.151 sec, 2795.51 bytes/sec, 298743.00 docs/sec > distributed index 'user' can not be directly indexed; skipping. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
