Function Fast_custom_index->singular_ngram_is_stop_word
Definitions
sources/database_search.php
- Find whether a singular ngram (typically a word) is a stop word (i.e. too banal to be indexed).
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$ngram | string | required parameter | N/A | N/A | Singular ngram |
$lang | LANGUAGE_NAME | required parameter | N/A | N/A | Language codename |
Return
- Whether it is
- Type: boolean
- Set: N/A
- Range: N/A