aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-04-06 17:57:03 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-04-06 17:57:03 +0000
commit644188468b3805ff2b055d70957d5f21a945ca3e (patch)
tree6000573443c973002087180b4cca2dacd51a3939 /databases/Makefile
parent38bf66f22a52bebe61274fde2e83137c9e77e0e4 (diff)
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>
Notes
Notes: svn path=/head/; revision=210668
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 8739d5f8925d..cd9e9db3b224 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -171,6 +171,7 @@
SUBDIR += mysql51-server
SUBDIR += mysql_last_value
SUBDIR += mysqlard
+ SUBDIR += mysqlbigram
SUBDIR += mysqlcc
SUBDIR += mysqlcppapi
SUBDIR += mysqlman