Class DateNanosProperty
Inheritance
DateNanosProperty
Assembly: OpenSearch.Client.dll
Syntax
public class DateNanosProperty : DocValuesPropertyBase, IPropertyWithClrOrigin, IDateNanosProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping
Constructors
|
Edit this page
View Source
DateNanosProperty()
Declaration
public DateNanosProperty()
Properties
|
Edit this page
View Source
Boost
Mapping field-level query time boosting. Accepts a floating point number, defaults to 1.0.
Declaration
public double? Boost { get; set; }
Property Value
|
Edit this page
View Source
The date format(s) that can be parsed. Defaults to strict_date_optional_time||epoch_millis.
DateFormat
Declaration
public string Format { get; set; }
Property Value
|
Edit this page
View Source
If true, malformed numbers are ignored. If false (default), malformed numbers throw an exception
and reject the whole document.
Declaration
public bool? IgnoreMalformed { get; set; }
Property Value
|
Edit this page
View Source
Index
Should the field be searchable? Accepts true (default) and false.
Declaration
public bool? Index { get; set; }
Property Value
|
Edit this page
View Source
NullValue
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.
Declaration
public DateTime? NullValue { get; set; }
Property Value
|
Edit this page
View Source
PrecisionStep
Declaration
public int? PrecisionStep { get; set; }
Property Value
Implements
Extension Methods