Hey Pat, This is not production, just a local service on my machine. I tried deleting db/sphinx right off of the bat. I am not 100% about the permissions, I'm starting Sphinx myself with the rake task and db/ sphinx is recreated when I try to index. Here is the output of the indexing:
Generating Configuration to /home/jacobbasham/src/smart/config/ development.sphinx.conf indexer --config /home/jacobbasham/src/smart/config/ development.sphinx.conf --all Sphinx 0.9.8.1-release (r1533) Copyright (c) 2001-2008, Andrew Aksyonoff using config file '/home/jacobbasham/src/smart/config/ development.sphinx.conf'... indexing index 'property_core'... collected 700 docs, 0.3 MB collected 0 attr values sorted 0.0 Mvalues, 100.0% done sorted 0.0 Mhits, 100.0% done total 700 docs, 251888 bytes total 0.347 sec, 725496.44 bytes/sec, 2016.16 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 1.213 sec, 348.64 bytes/sec, 37257.99 docs/sec distributed index 'user' can not be directly indexed; skipping. On May 18, 9:56 pm, Pat Allan <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
