Documentation Home
Oracle Enterprise Manager for MySQL Database User's Guide
Download this Manual
PDF (US Ltr) - 0.7Mb
PDF (A4) - 0.7Mb


Oracle Enterprise Manager for MySQL Database User's Guide  /  Configuration Metrics  /  Myisam Full Text Configuration Metrics

7.21 Myisam Full Text Configuration Metrics

Lists the Myisam Full Text configuration metrics and provides a brief description of each.

Table 7.21 Myisam Full Text Configuration Metrics

NameDescription
Boolean SyntaxThe list of operators supported by boolean full-text searches performed using IN BOOLEAN MODE.
Max Word LenThe maximum length of the word to be included in a FULLTEXT index.
Min Word LenThe minimum length of the word to be included in a FULLTEXT index.
Query Expansion LimitThe number of top matches to use for full-text searches performed using WITH QUERY EXPANSION.
Stopword FileThe 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.