Re: fulltext, trying to index 2 character words

2002-11-20 Thread Kevin Lewandowski
AM, Sergei Golubchik wrote: Hi! On Nov 18, Kevin Lewandowski wrote: I'm using mysql fulltext indexes and want them to see words of 2 or more characters, and no stopwords. I've edited the appropriate files (ftdefs.h, ft_static.c), then recompile, install, restart mysql, rebuild inde

Re: fulltext, trying to index 2 character words

2002-11-19 Thread Kevin Lewandowski
I thought that option was only available on version 4.0 and above? I'm using 3.23.52-max. thanks On Tuesday, November 19, 2002, at 07:22 AM, Thomas Spahni wrote: On Mon, 18 Nov 2002, Kevin Lewandowski wrote: I'm using mysql fulltext indexes and want them to see words of 2 or more

fulltext, trying to index 2 character words

2002-11-18 Thread Kevin Lewandowski
I'm using mysql fulltext indexes and want them to see words of 2 or more characters, and no stopwords. I've edited the appropriate files (ftdefs.h, ft_static.c), then recompile, install, restart mysql, rebuild indexes, and there is no change. It still uses a minimum of 4 characters). I'm using

Can't change ft_min_word_length on mysql-max

2002-04-11 Thread Kevin Lewandowski
Hi, All. I'm running mysql-max version 3.23.49a-max and am not able to change ft_min_word_length. It also does not show in the list when I run "show variables". When I try to specify it on the mysql command line start mysqld just dies. Is this configurable with this version? thanks -Kevin ___