NEST by Elastic and contributors

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

.NET API 4,554,240 bytes

 StringProperty

public string Analyzer { get; set; }

public double? Boost { get; set; }

public bool? EagerGlobalOrdinals { get; set; }

public IStringFielddata Fielddata { get; set; }

public bool? FielddataUpgrade { get; set; }

public int? IgnoreAbove { get; set; }

public bool? IncludeInAll { get; set; }

public FieldIndexOption? Index { get; set; }

public IndexOptions? IndexOptions { get; set; }

public bool? Norms { get; set; }

public string NullValue { get; set; }

public int? PositionIncrementGap { get; set; }

public string SearchAnalyzer { get; set; }

public TermVectorOption? TermVector { get; set; }

public StringProperty()