0
votes

When using the PHP Sphinx client this works:

SphinxClient::query ('*', 'index1');

But when I try this:

SphinxClient::query ('*', 'index1, index2');

The result contains no attributes. I'm using Sphinx 2.0.4-release (r3135) and searched the Sphinx forums and google but without any results except this post http://sphinxsearch.com/forum/view.html?id=5141 which didn't help a lot. Anyone here to help?

1

1 Answers

2
votes

Have you checked the two indexes to make sure they have the same schema - ie the same attributes?