\FinderIndexerStemmer
Stemmer base class for the Finder indexer package.
Synopsis
class FinderIndexerStemmer
{
- // members
- public $cache;
- // methods
- public static FinderIndexerStemmer getInstance()
- public abstract string stem()
Hierarchy
Members
public
- $cache
—
array
An internal cache of stemmed tokens.
Methods
public
- getInstance() — Method to get a stemmer, creating it if necessary.
- stem() — Method to stem a token and return the root.