Function __global->get_stopwords_list

Definitions

sources/database_search.php

  • Get a list of MySQL stopwords.May be overridden for other databases, if you want to tune your stopword list.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: array

Return

  • List of stopwords (actually a map of stopword to true)
  • Type: array
  • Set: N/A
  • Range: N/A