NEST by Elasticsearch Inc. and contributors

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

.NET API 2,041,856 bytes

 GenericMapping

Sometimes you need a generic type mapping, i.e when using dynamic templates in order to specify "{dynamic_template}" the type, or if you have some plugin that exposes a new type.
public double? Boost { get; set; }

public string Index { get; set; }

public string IndexAnalyzer { get; set; }

public string IndexName { get; set; }

The name of the field that will be stored in the index. Defaults to the property/field name.

public object NullValue { get; set; }

public bool? OmitNorms { get; set; }

public bool? OmitTermFrequencyAndPositions { get; set; }

public string SearchAnalyzer { get; set; }

public bool? Store { get; set; }

public string TermVector { get; set; }

public GenericMapping()