cvs commit: ports/databases Makefile ports/databases/mysqlbigram Makefile distinfo pkg-descr pkg-plist

Pav Lucistnik pav at FreeBSD.org
Sun Apr 6 17:57:04 UTC 2008


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 at 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)


More information about the cvs-ports mailing list