PDF (US Ltr)
- 0.7Mb
PDF (A4)
- 0.7Mb
Lists the Myisam Full Text configuration metrics and provides a brief description of each.
Table 7.21 Myisam Full Text Configuration Metrics
Name | Description |
---|---|
Boolean Syntax | The list of operators supported by boolean full-text searches performed using IN BOOLEAN MODE. |
Max Word Len | The maximum length of the word to be included in a FULLTEXT index. |
Min Word Len | The minimum length of the word to be included in a FULLTEXT index. |
Query Expansion Limit | The number of top matches to use for full-text searches performed using WITH QUERY EXPANSION. |
Stopword File | The file from which to read the list of stopwords for full-text searches. The server looks for the file in the data directory unless an absolute path name is given to specify a different directory. All the words from the file are used; comments are not honored. By default, a built-in list of stopwords is used (as defined in the storage/myisam/ft_static.c file). Setting this variable to the empty string ('') disables stopword filtering. |