InterviewSolution
Saved Bookmarks
| 1. |
Which parameter determines the shortest words to index in FULLTEXT indexes?(a) ft_min_word_len(b) ft_min_len_word(c) ft_word_min_len(d) ft_word_len_word |
|
Answer» Right option is (a) ft_min_word_len Easy explanation: 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 determines the shortest words to index in FULLTEXT indexes. |
|