Homec4science

Create and populate a stopwords table for InnoDB fulltext indexes to use in the…

Authored by epriestley <git@epriestley.com> on Nov 24 2016, 17:36.

Description

Create and populate a stopwords table for InnoDB fulltext indexes to use in the future

Summary:
Ref T11741. InnoDB uses a stopwords table instead of a stopwords file.

During storage upgrade, synchronize the table from the stopwords file on disk.

Test Plan:

  • Ran storage upgrade.
  • Ran select * from stopwords, saw stopwords.
  • Added some garbage to the table.
  • Ran storage upgrade, saw it remove it.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T11741

Differential Revision: https://secure.phabricator.com/D16940

Details

Committed
epriestley <git@epriestley.com>Nov 26 2016, 00:13
Pushed
aubortJan 31 2017, 17:16
Parents
rPHa9560479894f: Use PhutilQueryCompiler in Phabricator fulltext search
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPHff3333548f8a: Create and populate a stopwords table for InnoDB fulltext indexes to use in the… (authored by epriestley <git@epriestley.com>).Nov 26 2016, 00:13