Interface INumberProperty
A numeric mapping that defaults to float
.
Assembly: OpenSearch.Client.dll
Syntax
public interface INumberProperty : IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping
Properties
|
Edit this page
View Source
Coerce
Declaration
[DataMember(Name = "coerce")]
bool? Coerce { get; set; }
Property Value
|
Edit this page
View Source
Fielddata
Declaration
[DataMember(Name = "fielddata")]
INumericFielddata Fielddata { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "ignore_malformed")]
bool? IgnoreMalformed { get; set; }
Property Value
|
Edit this page
View Source
Index
Declaration
[DataMember(Name = "index")]
bool? Index { get; set; }
Property Value
|
Edit this page
View Source
NullValue
Declaration
[DataMember(Name = "null_value")]
double? NullValue { get; set; }
Property Value
|
Edit this page
View Source
ScalingFactor
Declaration
[DataMember(Name = "scaling_factor")]
double? ScalingFactor { get; set; }
Property Value
Extension Methods