Interface IRangeProperty
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IRangeProperty : IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping
Properties
| Edit this page View SourceCoerce
Try to convert strings to numbers and truncate fractions for integers. Accepts true (default) and false.
Declaration
[DataMember(Name = "coerce")]
bool? Coerce { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Index
Should the field be searchable? Accepts true (default) and false.
Declaration
[DataMember(Name = "index")]
bool? Index { get; set; }
Property Value
Type | Description |
---|---|
bool? |