I am using sphinx 0.9.7 rc1. I have not made the edit for unpack31.
Why do you write spy_forum.sph_counter all the time? Is the counter in a different DB? I have the counter in the same DB.
One thing I noticed is that the command line search does not return any results from compound indexes.
search -c /usr/local/etc/sphinx.conf --index 'postmain' something
and
search -c /usr/local/etc/sphinx.conf --index 'postdelta' something
both work.
but
search -c /usr/local/etc/sphinx.conf --index 'post' something
returns zero results.
Maybe you are facing the same issue with the test script.
For what it is worth, I can send you my files if you want.
|