You are here

protected property Stopwords::$stopwords in Search API 8

An array whose keys and values are the stopwords set for this processor.

Type: string[]

File

src/Plugin/search_api/processor/Stopwords.php, line 37

Class

Stopwords
Allows you to define stopwords which will be ignored in searches.

Namespace

Drupal\search_api\Plugin\search_api\processor

Code

protected $stopwords;