MySQL 8.0でMroonga Powered by Rabbit 2.2.2
テストデータ
CREATE TABLE x (
a text,
FULLTEXT INDEX (a)
) ENGINE=Mroonga;
INSERT INTO...