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é
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe FinderIndexerStemmer
+ Graphe d'héritage de FinderIndexerStemmer:

Liste de tous les membres

Fonctions membres publiques

 stem ($token, $lang)

Fonctions membres publiques statiques

static getInstance ($adapter)

Attributs publics

 $cache = array()

Documentation des fonctions membres

static FinderIndexerStemmer::getInstance (   $adapter)
static

Method to get a stemmer, creating it if necessary.

Paramètres:
string$adapterThe type of stemmer to load.
Renvoie:
FinderIndexerStemmer A FinderIndexerStemmer instance.
Depuis:
2.5
Exceptions:
Exceptionon invalid stemmer.

Références $class, $path, JFilterInput\getInstance(), et JText\sprintf().

Référencé par FinderIndexer\getState(), et FinderModelSearch\populateState().

+ Voici le graphe d'appel pour cette fonction :

+ Voici le graphe des appelants de cette fonction :

FinderIndexerStemmer::stem (   $token,
  $lang 
)
abstract

Method to stem a token and return the root.

Paramètres:
string$tokenThe token to stem.
string$langThe language of the token.
Renvoie:
string The root token.
Depuis:
2.5

Réimplémentée dans FinderIndexerStemmerPorter_En, et FinderIndexerStemmerSnowball.


Documentation des données membres

FinderIndexerStemmer::$cache = array()

La documentation de cette classe a été générée à partir du fichier suivant :