NEST by Elastic and contributors

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

.NET API 4,381,696 bytes

 DateProperty

public double? Boost { get; set; }

Mapping field-level query time boosting. Accepts a floating point number, defaults to 1.0.

public INumericFielddata Fielddata { get; set; }

public string Format { get; set; }

The date format(s) that can be parsed. Defaults to strict_date_optional_time||epoch_millis. DateFormat

public bool? IgnoreMalformed { get; set; }

If true, malformed numbers are ignored. If false (default), malformed numbers throw an exception and reject the whole document.

public bool? Index { get; set; }

Should the field be searchable? Accepts true (default) and false.

public DateTime? NullValue { get; set; }

Accepts a date value in one of the configured format's as the field which is substituted for any explicit null values. Defaults to null, which means the field is treated as missing.

public int? PrecisionStep { get; set; }

public DateProperty()