NEST by Elastic and contributors

<PackageReference Include="NEST" Version="5.3.1" />

.NET API 4,012,544 bytes

 CommonGramsTokenFilter

public IEnumerable<string> CommonWords { get; set; }

A list of common words to use.

public string CommonWordsPath { get; set; }

A path (either relative to config location, or absolute) to a list of common words.

public bool? IgnoreCase { get; set; }

If true, common words matching will be case insensitive.

public bool? QueryMode { get; set; }

Generates bigrams then removes common words and single terms followed by a common word.