-
Which parameter determines the shortest words to index in FULLTEXT indexes?
-
- ft_word_len_word
- ft_min_word_len
- ft_min_len_word
- ft_word_min_len
- None of these
Correct Option: B
There are many full-text parameters that are configurable. They can be modified by setting the system variables accordingly. The ‘ft_min_word_len’ parameter determine the shortest words to index in FULLTEXT indexes.