MySQL does not support Chinese full-text indexing, how do you solve the full-text search in the construction station?
MySQL does not support Chinese full-text indexing, how do you solve the full-text search in the construction station? MySQL
Share to:
------Solution--------------------
Try not to use MySQL to do full-text indexing ~ ~ ~
If a large number of searches are required, it is recommended to use Coreseek to help implement
------Solution--------------------
Reference:
MySQL does not support Chinese full-text indexing, how do you work in the site to solve the full-text search?
Search for this kind of thing, give it to Lucene.
------Solution--------------------
Rawurlencode () Insert, search
Rawurldecode () display
Str_replace ('%20 ', ', Rawurlencode ($STR));
------Solution--------------------
Reference:
Quote: Reference:
Quote: References:
MySQL does not support Chinese full-text indexing, how do you solve the full-text search in the construction station?
Search for this kind of thing, give it to Lucene.
ElasticSearch?
How's hubbledotnet?
Let's just do something about it.
------Solution--------------------
Sphinx
------Solution--------------------
References:
Quote: References:
Quote: References:
Quote: References:
Quote: References:
MySQL does not support Chinese full-text indexing, how do you solve the full-text search in the construction station?
Search for this kind of thing, give it to Lucene.
ElasticSearch?
How's hubbledotnet?
Let's just do something about it.
There must be a search for this feature.
As said above, look at your needs, if you have a very large business search, then use Lucene.
If the business is small, simply point Sphinx just fine.
------Solution--------------------
Mysqlcft