我如何索引像“ m.i.a.”这样的缩写?当我搜索“ mia”时,我得到的结果是“ mia”而不是“ m.i.a.”.当我搜索“ m.i.a.”时,我什么也没得到.
编辑:
解决方案大致如下:ignore_chars =-,.
解决方法:
您可以添加“.”到您忽略的字符列表:
http://www.sphinxsearch.com/docs/current.html#conf-ignore-chars
或者您可以添加m.i.a. > mia作为字形:
http://www.sphinxsearch.com/docs/current.html#conf-wordforms