You are here

protected property Stemmer::$stems in Search API 8

Static cache for already-generated stems.

Type: string[]

File

src/Plugin/search_api/processor/Stemmer.php, line 32

Class

Stemmer
Stems search terms.

Namespace

Drupal\search_api\Plugin\search_api\processor

Code

protected $stems = [];