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