Class NumberProperty
Inheritance
NumberProperty
Assembly: OpenSearch.Client.dll
Syntax
public class NumberProperty : DocValuesPropertyBase, IPropertyWithClrOrigin, INumberProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping
Constructors
|
Edit this page
View Source
NumberProperty()
Declaration
|
Edit this page
View Source
NumberProperty(NumberType)
Declaration
public NumberProperty(NumberType type)
Parameters
Properties
|
Edit this page
View Source
Boost
Declaration
public double? Boost { get; set; }
Property Value
|
Edit this page
View Source
Coerce
Declaration
public bool? Coerce { get; set; }
Property Value
|
Edit this page
View Source
Fielddata
Declaration
public INumericFielddata Fielddata { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public bool? IgnoreMalformed { get; set; }
Property Value
|
Edit this page
View Source
Index
Declaration
public bool? Index { get; set; }
Property Value
|
Edit this page
View Source
NullValue
Declaration
public double? NullValue { get; set; }
Property Value
|
Edit this page
View Source
ScalingFactor
Declaration
public double? ScalingFactor { get; set; }
Property Value
Implements
Extension Methods