How does sphinx UTF-8 search work?

橙三吉。 提交于 2019-12-11 05:04:45

问题


In my database I have Unicode characters like 再也 encoded in UTF-8.

When I use sphinx search, I am not able to find that particular word. I tried searching using the HTML encoded 再也 which did not work as well.

The charset type in my sphinx.conf is:

    charset_type = utf-8

Any idea how to make sphinx search for UTF-8 characters? I'm clueless.


回答1:


If you're dealing with Chinese full-text searching, you can try this: http://code.google.com/p/sphinx-for-chinese



来源:https://stackoverflow.com/questions/6689611/how-does-sphinx-utf-8-search-work

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!