Commit graph

2 commits

Author SHA1 Message Date
Pav Lucistnik
a170cd8a96 - Mark BROKEN: does not compile
Reported by:	pointyhat
2008-05-11 19:25:54 +00:00
Pav Lucistnik
644188468b MySQL has fulltext index search ability for text field. but it is word
based index, it cannot be used for no word delimiter laungage like
Japanese or Chinese. and it also can't search charactors in middle of
a words. (cf. searching 'in' will not match word 'ping'.)

Starts from MySQL 5.1, MySQL supports a plugin that allows to change
server components (fulltext search parser) without restarting /
recompiling the server.

This n-gram parser uses this plugin interface to implement a simple
n-gram (bi-gram) fulltext index parser which can be index no word
delimiter laungage.

WWW:	http://mysqlbigram.googlepages.com/

PR:		ports/115051
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2008-04-06 17:57:03 +00:00