Quote:
Originally Posted by Mb81
Here i go with sphinx counter in forum db:
debian:/usr/local/sphinx/bin# ./indexer --config /usr/local/sphinx/etc/sphinx.conf --rotate --all
....
debian:/usr/local/sphinx/bin# ./searchd --config /usr/local/sphinx/etc/sphinx.conf
....
|
According to Orban
Quote:
Originally Posted by orban
3. Indexing
Important: When searchd is running, add --rotate, if it's not running, don't add 
|
So....
If searchd is already running
./indexer --config /usr/local/sphinx/etc/sphinx.conf --rotate --all
If searchd is NOT already running
./indexer --config /usr/local/sphinx/etc/sphinx.conf --all
I would delete all the indexes that were created under /var/sphinx/ first.
-RayJ