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.

C# |
public string Stopwords { get; set; }