Bug 115051 - [NEW PORT] databases/mysqlbigram: Simple N-Gram (bi-gram) FULLTEXT parser plugin for MySQL 5.1+
Summary: [NEW PORT] databases/mysqlbigram: Simple N-Gram (bi-gram) FULLTEXT parser plu...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-30 18:00 UTC by gslin
Modified: 2008-04-06 19:00 UTC (History)
1 user (show)

See Also:


Attachments
mysqlbigram-1.0.shar (3.68 KB, text/plain)
2007-07-30 18:00 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2007-07-30 18:00:06 UTC
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/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-30 18:00:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2008-04-01 01:58:19 UTC
Responsible Changed
From-To: clsung->pav

Over to pav
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2008-04-04 12:54:00 UTC
State Changed
From-To: open->feedback

Can you provide a shar for 1.0.1?
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2008-04-06 18:56:53 UTC
State Changed
From-To: feedback->closed

New port added at 1.0.1, thank you!
Comment 5 dfilter service freebsd_committer freebsd_triage 2008-04-06 18:57:08 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"