OpenSearch.Client by OpenSearch and contributors

<PackageReference Include="OpenSearch.Client" Version="1.1.0" />

.NET API 3,505,832 bytes

 WordDelimiterTokenFilter

public bool? CatenateAll { get; set; }

public bool? CatenateNumbers { get; set; }

public bool? CatenateWords { get; set; }

public bool? GenerateNumberParts { get; set; }

public bool? GenerateWordParts { get; set; }

public bool? PreserveOriginal { get; set; }

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

public string ProtectedWordsPath { get; set; }

public bool? SplitOnCaseChange { get; set; }

public bool? SplitOnNumerics { get; set; }

public bool? StemEnglishPossessive { get; set; }

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

public string TypeTablePath { get; set; }