Home » MYSQL » MySQL Full-Text Search » Question
  1. Which parameter determines the shortest words to index in FULLTEXT indexes?
    1. ft_word_len_word
    2. ft_min_word_len
    3. ft_min_len_word
    4. ft_word_min_len
    5. 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.



Your comments will be displayed only after manual approval.