Skip to content

Instantly share code, notes, and snippets.

@kou
Created February 8, 2015 08:34
Show Gist options
  • Save kou/8f97d151bf7835ae02f9 to your computer and use it in GitHub Desktop.
Save kou/8f97d151bf7835ae02f9 to your computer and use it in GitHub Desktop.
NormalizerMySQLUnicodeCIExceptKanaCIKanaWithVoicedSoundMarkが動かない問題を切り分けるSQL
SHOW CREATE TABLE ${テーブル名};
SELECT mroonga_command("normalizer_list");
SELECT mroonga_command("table_list");
SELECT mroonga_command("normalize NormalizerMySQLUnicodeCIExceptKanaCIKanaWithVoicedSoundMark アクセシビリティ");
@kou
Copy link
Author

kou commented Feb 8, 2015

SELECT mroonga_command("tokenize TokenMecab アクセシビリティ NormalizerMySQLUnicodeCIExceptKanaCIKanaWithVoicedSoundMark");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment