I have set up Sphinx to index three tables in a MySQL database, each to its own index.
The problem I'm having is that it doesn't return which index each match belongs to, so unless I'm searching an individual index, the results are fairly useless.
The search app included with Sphinx displays the index along with the matches, is there any way to get the API to do this as well?
I'm using sphinxapi.php.