A quick tip on how to check integrity of all on-disk Sphinx indexes at once:
bash$ cd /path/to/your/indexes
bash$ for i in *.spa; do echo $i | sed -e "s/.spa//g" | xargs /path/to/indextool -c /path/to/config --check ; done
Enjoy!
Category: Operations