Reputation: 5596
How to synchronize Sphinx data with MySQL automatically when new data added in MySQL
Any one suggest me I am using Sphinxql
using PHP
Upvotes: 2
Views: 539
Reputation: 965
You have to use RT-indexes. For example when you add new record to the database, you have to add the same record to the sphinx RT-index at once.
Upvotes: 3