[MDEV-10268] Add "MeCab" support to MariaDB Created: 2016-06-21 Updated: 2022-06-20 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Full-text Search |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Chris Calender (Inactive) | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 4 |
| Labels: | Compatibility, compat80, fulltext | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
This is something added in MySQL 5.7, so perhaps it should be included in MariaDB. "ngram and MeCab full-text parser plugins. As of MySQL 5.7.6, MySQL provides a built-in full-text ngram parser plugin that supports Chinese, Japanese, and Korean (CJK), and an installable MeCab full-text parser plugin for Japanese. For more information, see Section 13.9.8, “ngram Full-Text Parser”, and Section 13.9.9, “MeCab Full-Text Parser Plugin”." http://dev.mysql.com/doc/refman/5.7/en/mysql-nutshell.html And the 2 respective links referenced above are: http://dev.mysql.com/doc/refman/5.7/en/fulltext-search-ngram.html |