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.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- List of stopwords (actually a map of stopword to true)
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get a list of MySQL stopwords.May be overridden for other databases, if you want to tune your stopword list.
*
* @return array List of stopwords (actually a map of stopword to true)
*/
function get_stopwords_list() : array
* Get a list of MySQL stopwords.May be overridden for other databases, if you want to tune your stopword list.
*
* @return array List of stopwords (actually a map of stopword to true)
*/
function get_stopwords_list() : array
