Re: Lowering the ft_min_word_len

2003-08-10 Thread Sergei Golubchik
Hi! On Aug 05, Justin Hopper wrote: > On Tue, 2003-08-05 at 10:57, Paul DuBois wrote: > > At 10:30 -0700 8/5/03, Justin Hopper wrote: > > > > > >I have a table with a FULLTEXT index on a column of type 'text'. > > >Searches on this table using MATCH() AGAINST() work fine for most > > >words. Howe

Re: Lowering the ft_min_word_len

2003-08-09 Thread Justin Hopper
> the server. Did you? Yes, I did rebuild the indexes. Sorry I didn't mention that before. I assume the word 'key' would not be picked up if I had not rebuilt the indexes after lowering the ft_min_word_len. > > >But for some reason, I cannot fetch any results:

Lowering the ft_min_word_len

2003-08-06 Thread Justin Hopper
Hello, I have a table with a FULLTEXT index on a column of type 'text'. Searches on this table using MATCH() AGAINST() work fine for most words. However, I needed to match against a 3 letter word. So I lowered the ft_min_word_len to 3 in /etc/my.cnf. I then restarted MySQL. I checked that the

Re: Lowering the ft_min_word_len

2003-08-05 Thread Paul DuBois
At 10:30 -0700 8/5/03, Justin Hopper wrote: Hello, I have a table with a FULLTEXT index on a column of type 'text'. Searches on this table using MATCH() AGAINST() work fine for most words. However, I needed to match against a 3 letter word. So I lowered the ft_min_word_len to 3 in /etc/my.cnf.