Search Results for

    Show / Hide Table of Contents

    Class RangePropertyBase

    Inheritance
    object
    PropertyBase
    CorePropertyBase
    DocValuesPropertyBase
    RangePropertyBase
    DateRangeProperty
    DoubleRangeProperty
    FloatRangeProperty
    IntegerRangeProperty
    IpRangeProperty
    LongRangeProperty
    Implements
    IPropertyWithClrOrigin
    IRangeProperty
    IDocValuesProperty
    ICoreProperty
    IProperty
    IFieldMapping
    Inherited Members
    DocValuesPropertyBase.DocValues
    CorePropertyBase.CopyTo
    CorePropertyBase.Fields
    CorePropertyBase.Similarity
    CorePropertyBase.Store
    PropertyBase.LocalMetadata
    PropertyBase.Meta
    PropertyBase.Name
    PropertyBase.DebugDisplay
    PropertyBase.ToString()
    PropertyBase.TypeOverride
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public abstract class RangePropertyBase : DocValuesPropertyBase, IPropertyWithClrOrigin, IRangeProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping

    Constructors

    | Edit this page View Source

    RangePropertyBase(RangeType)

    Declaration
    protected RangePropertyBase(RangeType rangeType)
    Parameters
    Type Name Description
    RangeType rangeType

    Properties

    | Edit this page View Source

    Coerce

    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?
    | Edit this page View Source

    Index

    Should the field be searchable? Accepts true (default) and false.

    Declaration
    public bool? Index { get; set; }
    Property Value
    Type Description
    bool?

    Implements

    IPropertyWithClrOrigin
    IRangeProperty
    IDocValuesProperty
    ICoreProperty
    IProperty
    IFieldMapping

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • RangePropertyBase(RangeType)
    • Properties
      • Coerce
      • Index
    • Implements
    • Extension Methods
    Back to top Generated by DocFX