Can you pastie your define_index statements, and your table schema? Can you also pastie your sphinx.conf that's generated?
Be sure to check the name of your columns. Some may conflict with reserved words in Ruby / Sphinx / whatever. Also, test your define_index first, with one or two columns and no other fancy options. Scott On May 18, 10:21 am, Jacob <[email protected]> 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 -~----------~----~----~----~------~----~------~--~---
