Class RangePropertyBase
Inheritance
RangePropertyBase
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public abstract class RangePropertyBase : DocValuesPropertyBase, IPropertyWithClrOrigin, IRangeProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping
Constructors
| Edit this page View SourceRangePropertyBase(RangeType)
Declaration
protected RangePropertyBase(RangeType rangeType)
Parameters
Type | Name | Description |
---|---|---|
RangeType | rangeType |
Properties
| Edit this page View SourceCoerce
Try to convert strings to numbers and truncate fractions for integers. Accepts true (default) and false.
Declaration
public bool? Coerce { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Index
Should the field be searchable? Accepts true (default) and false.
Declaration
public bool? Index { get; set; }
Property Value
Type | Description |
---|---|
bool? |