Now I run into the problem of Chinese full text search, online information basic it is need to search after word
But the problem is, I'm content after word segmentation in the field as a result, whether need to add a field again, to hold the segmentation result, then this field adding indexes to search, so I will increase the size of the database, don't seem to be cost-effective, you is how to deal with Chinese word segmentation search, everyone please give advice or comments,
CodePudding user response:
The full-text indexCodePudding user response: