I installed version 2.2.9. $ indexer --all Sphinx 2.2.9-id64-release (rel22-r5006) Copyright (c) 2001-2015, Andrew Aksyonoff Copyright (c) 2008-2015, Sphinx Technologies Inc (http://sphinxsearch.com)
using config file '/etc/sphinxsearch/sphinx.conf'... indexing index 'main1'... collected 0 docs, 0.0 MB total 0 docs, 0 bytes total 0.002 sec, 0 bytes/sec, 0.00 docs/sec indexing index 'main2'... collected 0 docs, 0.0 MB total 0 docs, 0 bytes total 0.000 sec, 0 bytes/sec, 0.00 docs/sec indexing index 'main3'... collected 0 docs, 0.0 MB total 0 docs, 0 bytes total 0.000 sec, 0 bytes/sec, 0.00 docs/sec indexing index 'main4'... collected 0 docs, 0.0 MB total 0 docs, 0 bytes total 0.000 sec, 0 bytes/sec, 0.00 docs/sec indexing index 'dailydelta1'... collected 0 docs, 0.0 MB total 0 docs, 0 bytes total 0.000 sec, 0 bytes/sec, 0.00 docs/sec indexing index 'delta1'... collected 0 docs, 0.0 MB total 0 docs, 0 bytes total 0.127 sec, 0 bytes/sec, 0.00 docs/sec indexing index 'tag1'... collected 0 docs, 0.0 MB total 0 docs, 0 bytes total 0.001 sec, 0 bytes/sec, 0.00 docs/sec indexing index 'note1'... collected 0 docs, 0.0 MB total 0 docs, 0 bytes total 0.001 sec, 0 bytes/sec, 0.00 docs/sec indexing index 'att1'... collected 1081197 docs, 119.2 MB sorted 7.4 Mhits, 100.0% done total 1081197 docs, 119234240 bytes total 73.095 sec, 1631215 bytes/sec, 14791.60 docs/sec total 13 reads, 0.169 sec, 4786.1 kb/call avg, 13.0 msec/call avg total 168 writes, 0.092 sec, 676.7 kb/call avg, 0.5 msec/call avg $ reindex -a put 0 messages to sph_index table for reindexing On Mon, Jun 29, 2015 at 8:48 AM Janos SUTO <[email protected]> wrote: > > you are using an outdated version of sphinx. I strongly suggest > to upgrade to 2.2.9. You may get both deb and rpm packages from > http://sphinxsearch.com/ > > Janos > > On 2015-06-29 13:37, Tercio Gaudencio Filho wrote: > > Hi > > > > I'm trying to re create my index using: > > > > # rm /var/piler/sphinx/* > > # indexer --all > > > > Sphinx 2.0.4-release (r3135) > > Copyright (c) 2001-2012, Andrew Aksyonoff > > Copyright (c) 2008-2012, Sphinx Technologies Inc > > (http://sphinxsearch.com [1]) > > > > using config file '/etc/sphinxsearch/sphinx.conf'... > > indexing index 'main1'... > > collected 0 docs, 0.0 MB > > total 0 docs, 0 bytes > > total 0.068 sec, 0 bytes/sec, 0.00 docs/sec > > indexing index 'main2'... > > collected 0 docs, 0.0 MB > > total 0 docs, 0 bytes > > total 0.000 sec, 0 bytes/sec, 0.00 docs/sec > > indexing index 'main3'... > > collected 0 docs, 0.0 MB > > total 0 docs, 0 bytes > > total 0.000 sec, 0 bytes/sec, 0.00 docs/sec > > indexing index 'main4'... > > collected 0 docs, 0.0 MB > > total 0 docs, 0 bytes > > total 0.000 sec, 0 bytes/sec, 0.00 docs/sec > > indexing index 'dailydelta1'... > > collected 0 docs, 0.0 MB > > total 0 docs, 0 bytes > > total 0.000 sec, 0 bytes/sec, 0.00 docs/sec > > indexing index 'delta1'... > > collected 0 docs, 0.0 MB > > total 0 docs, 0 bytes > > total 0.227 sec, 0 bytes/sec, 0.00 docs/sec > > indexing index 'tag1'... > > collected 0 docs, 0.0 MB > > total 0 docs, 0 bytes > > total 0.001 sec, 0 bytes/sec, 0.00 docs/sec > > indexing index 'note1'... > > collected 0 docs, 0.0 MB > > total 0 docs, 0 bytes > > total 0.001 sec, 0 bytes/sec, 0.00 docs/sec > > total 8 reads, 0.000 sec, 0.0 kb/call avg, 0.0 msec/call avg > > total 40 writes, 0.000 sec, 0.0 kb/call avg, 0.0 msec/call avg > > # cd /tmp > > # reindex -a > > > > put 0 messages to sph_index table for reindexing > > > > How to do a reindex? > > > > Thanks. > > > > > > Links: > > ------ > > [1] http://sphinxsearch.com > > >
