Spinx搜索规范化词

时间:2018-06-18 11:18:24

标签: sphinx

我是sphinxQL的测试关键字

call keywords ('azori', 'test', 1);

获得结果

+------+-----------+------------+------+------+
| qpos | tokenized | normalized | docs | hits |
+------+-----------+------------+------+------+
| 1    | azori     | a260       | 1550 | 1551 |
+------+-----------+------------+------+------+
1 row in set (0.00 sec)

a260是什么意思?

1 个答案:

答案 0 :(得分:1)

这看起来像一个soundex表示 https://en.wikipedia.org/wiki/Soundex

似乎您在特定索引上启用了morphology=soundex

http://sphinxsearch.com/docs/current.html#conf-morphology