Bug #63648 can ft_stopwords & ft_min_word_len be properties of the index?
Submitted: 7 Dec 2011 13:37 Modified: 7 Dec 2011 14:05
Reporter: Scott Shepherd Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: FULLTEXT search Severity:S4 (Feature request)
Version:5.0.51a OS:Any
Assigned to: CPU Architecture:Any
Tags: fulltext, stopwords

[7 Dec 2011 13:37] Scott Shepherd
Description:
I'm curious why the stopword list and the min word length are system-wide settings. Shouldn't they be properties of each individual fulltext index? The appropriate choices for stopwords and minimum length are different for different applications. There's no system-wide right answer for this. Is there some technical reason it has to be this way?

How to repeat:
N/A

Suggested fix:
Make stopwords and min word length a property of the fulltext index rather than a global setting for the entire MySQL installation.
[7 Dec 2011 14:05] Valeriy Kravchuk
Thank you for the feature request.