Learn Sphinx,sphinx Search learn ppt
How do we use Sphinx technology in our PHP development?
A: The fields in the MySQL database are split into multiple words in a field, and the words are indexed. In the future, query these index files, then return the primary key IDs of the records that meet the criteria, then query the MySQL database based on the primary key ID and return the records.
What is Sphinx? (Baidu Encyclopedia)
Note: For Sphinx, single-table thousands records, the response time is the millisecond level.
Note: The default Sphinx only supports English and Russian
Website:
http://sphinxsearch.com/
Because Sphinx only support the above two languages, so there are third-party companies for the Sphinx development of the sub-word packet, called Coreseek
Website:
http://www.coreseek.cn/
Customer Case: http://www.coreseek.cn/products/ft_powered/
Note two points:
http://www.bkjia.com/PHPjc/1119058.html www.bkjia.com true http://www.bkjia.com/PHPjc/1119058.html techarticle Learn Sphinx,sphinx Search learn ppt in our PHP development How to use Sphinx technology? A: corresponding to the field in the MySQL database, the Chinese information in the field is split into multiple words ...