Rechercher dans le manuel MySQL
25.39.15 The INFORMATION_SCHEMA INNODB_FT_DEFAULT_STOPWORD Table
The INNODB_FT_DEFAULT_STOPWORD
table
holds a list of stopwords
that are used by default when creating a
FULLTEXT
index on InnoDB
tables. For information about the default
InnoDB
stopword list and how to define your own
stopword lists, see Section 12.9.4, “Full-Text Stopwords”.
For related usage information and examples, see Section 15.14.4, “InnoDB INFORMATION_SCHEMA FULLTEXT Index Tables”.
The INNODB_FT_DEFAULT_STOPWORD
table
has these columns:
value
A word that is used by default as a stopword for
FULLTEXT
indexes onInnoDB
tables. This is not used if you override the default stopword processing with either theinnodb_ft_server_stopword_table
or theinnodb_ft_user_stopword_table
system variable.
Example
- +-------+
- +-------+
- | a |
- | about |
- | an |
- | are |
- | at |
- | be |
- | by |
- | com |
- | de |
- | en |
- | for |
- | how |
- | i |
- | it |
- | la |
- | of |
- | that |
- | the |
- | this |
- | was |
- | what |
- | who |
- | will |
- | und |
- | the |
- | www |
- +-------+
Notes
You must have the
PROCESS
privilege to query this table.Use the
INFORMATION_SCHEMA
COLUMNS
table or theSHOW COLUMNS
statement to view additional information about the columns of this table, including data types and default values.For more information about
InnoDB
FULLTEXT
search, see Section 15.6.2.4, “InnoDB FULLTEXT Indexes”, and Section 12.9, “Full-Text Search Functions”.
Document created the 26/06/2006, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/mysql-rf-innodb-ft-default-stopword-table.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.