Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe FinderIndexerStemmer
+ Graphe d'héritage de FinderIndexerStemmer:

Fonctions membres publiques

 stem ($token, $lang)
 

Fonctions membres publiques statiques

static getInstance ($adapter)
 

Champs de données

 $cache = array()
 

Description détaillée

Stemmer base class for the Finder indexer package.

Depuis
2.5

Documentation des fonctions membres

◆ getInstance()

static 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, et JLoader\register().

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

◆ stem()

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

Documentation des champs

◆ $cache

$cache = array()

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