stopwords property

String? stopwords
final

A JSON array of terms to ignore during indexing and searching. For example, "a", "an", "the", "of". The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.

Implementation

final String? stopwords;