ming 10月 24, 2017 1 min read php+中文分词scws+sphinx+mysql打造千万级数据全文搜索 Sphinx是由俄罗斯人Andrew Aksyonoff开发的一个全文检索引擎。意图为其他应用提供高速、低空间… Read more...
ming 3月 4, 2017 1 min read Sphinx 索引合并 合并两个现有索引可以比从头开始索引数据更有效,并且在某些情况下需要(例如合并“主”和“增量”索引,而不是简单地… Read more...
ming 3月 1, 2017 1 min read sphinx增量索引配置 首先创建一个数据表,用于储存当前索引最大ID CREATE TABLE sph_counter ( count… Read more...
ming 1月 16, 2017 19 min read 在Ubuntu 16.04安装和配置Sphinx 第1步 – 安装Sphinx 在Ubuntu上安装Sphinx很容易,因为它在本地软件包存储库中。… Read more...