Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
stem ($token, $lang) |
Fonctions membres publiques statiques | |
static | getInstance ($adapter) |
Attributs publics | |
$cache = array() |
|
static |
Method to get a stemmer, creating it if necessary.
string | $adapter | The type of stemmer to load. |
Exception | on invalid stemmer. |
Références $class, $path, JFilterInput\getInstance(), et JText\sprintf().
Référencé par FinderIndexer\getState(), et FinderModelSearch\populateState().
|
abstract |
Method to stem a token and return the root.
string | $token | The token to stem. |
string | $lang | The language of the token. |
Réimplémentée dans FinderIndexerStemmerPorter_En, et FinderIndexerStemmerSnowball.
FinderIndexerStemmer::$cache = array() |