Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Apr 2008 17:57:03 +0000 (UTC)
From:      Pav Lucistnik <pav@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/databases Makefile ports/databases/mysqlbigram Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200804061757.m36Hv3PU099643@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pav         2008-04-06 17:57:03 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/mysqlbigram Makefile distinfo pkg-descr pkg-plist 
  Log:
  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>
  
  Revision  Changes    Path
  1.673     +1 -0      ports/databases/Makefile
  1.1       +26 -0     ports/databases/mysqlbigram/Makefile (new)
  1.1       +3 -0      ports/databases/mysqlbigram/distinfo (new)
  1.1       +14 -0     ports/databases/mysqlbigram/pkg-descr (new)
  1.1       +5 -0      ports/databases/mysqlbigram/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804061757.m36Hv3PU099643>