how to get all column value from sphinx by configuration file php -


I want to know how to get all column values ​​from the table using Spinks Search ...

< P> i is a configuration file, that file can only get one field from the table.

But I need all field values.

I will modify where to get all the fields from the table.

Thanks and Advance ...

Sphinx only documents ID, weight and attributes Will return. Use MySQL to get the remaining value.

  1. Search for spinks, which will give you a list of document IDs
  2. For each document ID, query a MySQL that gives you values ​​for all fields.

Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -