On Mon, 6 Jan 2003, Sergei Golubchik wrote:

> > Does the stopword list have to be 'hardcoded' in myisam/ft_static.c?
>
> No, of course, it has not.
> The problem is, that I cannot implement something like
>
>    CREATE TABLE ... ( ... FULLTEXT (...) WITHOUT STOPWORD LIST )
> or
>    CREATE TABLE ... ( ... FULLTEXT (...) WITH STOPWORD LIST="filename" )
>
> or whatever, as there is simply no room in .frm file to store extra
> table/column/index attributes :(
> Changing .frm format is in our todo for a long time already, but it
> includes few subtasks that makes it very non-trivial. :(
> It's something that Monty is going to do himself.
>
> What I can easily do without breaking 4.0.x "gamma" status, is to add
> command line switch --disable-fulltext-stopwords. It can help as a
> temporary solution, untill a proper fix - per-index options, that is -
> will be implemented.

Sergei,

but then, could you also add a command line switch

--read-stopwords-from-file="filename" ???

Please. That could solve half of my problem.

Best regards,
Thomas Spahni
-- 
filter: sql,query


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to