List:Internals« Previous MessageNext Message »
From:Sergei Golubchik Date:December 19 2005 12:51pm
Subject:Re: MySQL Chinese+ 2.0beta
View as plain text  
Hi!

> I recently find a way out of mysql's chinese fulltext index bug.
> Moreover, I use hylanda's word segment library to optimize the
> fulltext performance. Any tryout is welcome and I am looking forward
> to your suggestion. TIA.
> 
> You can download <MySQL Chinese+ 2.0beta> from
> 
> http://www.hylanda.com/cgi-bin/download/count.asp?id=9&url=1

Do you know that starting from MySQL 5.1 you can implement a fulltext
parser as a shared library and load it run-time ?

Check http://dev.mysql.com/doc/refman/5.1/en/plugin-api.html

Parser API was simplified and streamlined, specifically to allow easy
creation of new parsers. All you need to do in 5.1 is to create a small
wrapper on top of hylanda's word segment library.
It can be compiled and distributed separately from MySQL source code and
loaded run-time.

If you have any questions about plugin API - don't hesitate to ask!
(but please, write to internals@stripped, not to me personally)
 
Regards,
Sergei

-- 
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /   Sergei Golubchik <serg@stripped>
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, Senior Software Developer
/_/  /_/\_, /___/\___\_\___/  Kerpen, Germany
       <___/  www.mysql.com
Thread
[Fwd: MySQL Chinese+ 2.0beta]Bastian Balthazar Bux18 May
  • Re: MySQL Chinese+ 2.0betaSergei Golubchik19 Dec