How to truncate RT index table in sphinx

php, sphinx

Solution

Now it is available:

TRUNCATE RTINDEX rt;

http://sphinxsearch.com/docs/current.html#sphinxql-truncate-rtindex

Problem

Is it possible to truncate the RT index table in sphinx. If yes, how can we do this..

Original source