Wednesday 15 September 2010

full text search - How to update mysql after updating sphinx index attribute -


I have been able to use the Sphinx after some help from here :), now I have another problem with updates I can change the attribute in PHP and it works fine.

My question is how to update the value of DB? Can index be configured to update DB? Or the only way to do this is through the updated database php and then it can update the query after db.

You must update the database independently. Ie must update both your application database and the Sphinx index. .

Sphinx can not send updates back to the database

No comments:

Post a Comment