What's the output you're seeing, even if there's no error message? Given the size of the index files, could it be related to hard drive space on your computer?
Also: What Thinking Sphinx is doing is running the following command (adapting for each environment and provided settings accordingly): indexer --config config/development.sphinx.conf It also adds the --rotate flag if Sphinx is running (so the daemon loads the updated index files). -- Pat On 26/07/2013, at 7:59 PM, [email protected] wrote: > there are two tables in my databases. > table one has 20 million records, and table two has 50million records. > > with the command "INDEX_ONLY=true rake ts:index" , table one's index > successfully was made, the size of index is about 18G. > but,when turn to table two, it abort with part index and no error message. > here, I just list the results in my indices_location > > ---------- > -rw-r--r-- 1 ryang ryang 288M Jul 26 16:08 table_two_core.spa > -rw-r--r-- 1 ryang ryang 0 Jul 26 15:48 table_two_core.spl > -rw-r--r-- 1 ryang ryang 3.1G Jul 26 16:08 table_two_core.spp > -rw-r--r-- 1 ryang ryang 0 Jul 26 15:48 table_two_core.tmp0 > -rw-r--r-- 1 ryang ryang 0 Jul 26 15:48 table_two_core.tmp4 > -rw-r--r-- 1 ryang ryang 0 Jul 26 15:48 table_two_core.tmp7 > > --------- > and "rake ts:index --trace" without more detail infos. > > I don't know, what's wrong with it, and how I can capture the exception. > Is there any arguments with the command "rake ts:index" to debug it? > now, I really go mad~ > > -- > 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/groups/opt_out. > > -- 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/groups/opt_out.
