NEST by Elastic and contributors

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

.NET API 5,053,440 bytes

 TextProperty

public string Analyzer { get; set; }

public double? Boost { get; set; }

public bool? EagerGlobalOrdinals { get; set; }

public bool? Fielddata { get; set; }

public bool? IncludeInAll { get; set; }

public bool? Index { get; set; }

public IndexOptions? IndexOptions { get; set; }

public bool? Norms { get; set; }

public int? PositionIncrementGap { get; set; }

public string SearchAnalyzer { get; set; }

public string SearchQuoteAnalyzer { get; set; }

public TermVectorOption? TermVector { get; set; }

public TextProperty()