MySQL Forums
Forum List  »  MySQL Administrator

Re: fulltext indexing
Posted by: Barry Galbraith
Date: August 27, 2009 09:51PM

To override the default stopword list, set the ft_stopword_file system variable. (See Section 5.1.3, “Server System Variables”.) The variable value should be the pathname of the file containing the stopword list, or the empty string to disable stopword filtering. After changing the value of this variable or the contents of the stopword file, restart the server and rebuild your FULLTEXT indexes.

mysql> set global ft_stopword_file = '';


Good luck

Barry.

Options: ReplyQuote


Subject
Written By
Posted
August 24, 2009 10:49AM
Re: fulltext indexing
August 27, 2009 09:51PM
August 28, 2009 07:12AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.