Mysql does not support full-text indexing in Chinese. how do you solve full-text search in website creation? Mysql does not support full-text indexing in Chinese. how do you solve full-text search in website creation? Mysql shared: mysql does not support full-text indexing in Chinese. how do you solve full-text search in website creation?
Mysql does not support full-text indexing in Chinese. how do you solve full-text search in website creation?
Mysql
Share:
------ Solution --------------------
Try not to use mysql for full-text indexing ~~~
If you need a large number of searches, we recommend that you use coreseek to assist in the implementation.
------ Solution --------------------
Search for such a thing and submit it to lucene.
------ Solution --------------------
Rawurlencode () insert, search
Rawurldecode () display
Str_replace ('% 20', '', rawurlencode ($ str ));
------ Solution --------------------
Let's do something reliable.
------ Solution --------------------
Sphinx
------ Solution --------------------
As mentioned above, depending on your needs, if you search for a very large business, use lucene.
If the business is small, it would be easy to use sphinx.
------ Solution --------------------
Mysqlcft
The above is that mysql does not support full-text indexing in Chinese. how do you solve full-text search in website creation? for more information, please follow the PHP Chinese website (www.php1.cn )!