Search Results for

    Show / Hide Table of Contents

    Class RangePropertyDescriptorBase<TDescriptor, TInterface, T>

    Inheritance
    object
    DescriptorBase<TDescriptor, TInterface>
    PropertyDescriptorBase<TDescriptor, TInterface, T>
    CorePropertyDescriptorBase<TDescriptor, TInterface, T>
    DocValuesPropertyDescriptorBase<TDescriptor, TInterface, T>
    RangePropertyDescriptorBase<TDescriptor, TInterface, T>
    DateRangePropertyDescriptor<T>
    DoubleRangePropertyDescriptor<T>
    FloatRangePropertyDescriptor<T>
    IntegerRangePropertyDescriptor<T>
    IpRangePropertyDescriptor<T>
    LongRangePropertyDescriptor<T>
    Implements
    IDescriptor
    IRangeProperty
    IDocValuesProperty
    ICoreProperty
    IProperty
    IFieldMapping
    Inherited Members
    DocValuesPropertyDescriptorBase<TDescriptor, TInterface, T>.DocValues(bool?)
    CorePropertyDescriptorBase<TDescriptor, TInterface, T>.Store(bool?)
    CorePropertyDescriptorBase<TDescriptor, TInterface, T>.Fields(Func<PropertiesDescriptor<T>, IPromise<IProperties>>)
    CorePropertyDescriptorBase<TDescriptor, TInterface, T>.Similarity(string)
    CorePropertyDescriptorBase<TDescriptor, TInterface, T>.CopyTo(Func<FieldsDescriptor<T>, IPromise<Fields>>)
    PropertyDescriptorBase<TDescriptor, TInterface, T>.DebugDisplay
    PropertyDescriptorBase<TDescriptor, TInterface, T>.TypeOverride
    PropertyDescriptorBase<TDescriptor, TInterface, T>.Name(PropertyName)
    PropertyDescriptorBase<TDescriptor, TInterface, T>.Name<TValue>(Expression<Func<T, TValue>>)
    PropertyDescriptorBase<TDescriptor, TInterface, T>.LocalMetadata(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)
    PropertyDescriptorBase<TDescriptor, TInterface, T>.Meta(Func<FluentDictionary<string, string>, FluentDictionary<string, string>>)
    DescriptorBase<TDescriptor, TInterface>.Self
    DescriptorBase<TDescriptor, TInterface>.Assign<TValue>(TValue, Action<TInterface, TValue>)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public abstract class RangePropertyDescriptorBase<TDescriptor, TInterface, T> : DocValuesPropertyDescriptorBase<TDescriptor, TInterface, T>, IDescriptor, IRangeProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping where TDescriptor : RangePropertyDescriptorBase<TDescriptor, TInterface, T>, TInterface where TInterface : class, IRangeProperty where T : class
    Type Parameters
    Name Description
    TDescriptor
    TInterface
    T

    Constructors

    | Edit this page View Source

    RangePropertyDescriptorBase(RangeType)

    Declaration
    protected RangePropertyDescriptorBase(RangeType type)
    Parameters
    Type Name Description
    RangeType type

    Methods

    | Edit this page View Source

    Coerce(bool?)

    Try to convert strings to numbers and truncate fractions for integers. Accepts true (default) and false.

    Declaration
    public TDescriptor Coerce(bool? coerce = true)
    Parameters
    Type Name Description
    bool? coerce
    Returns
    Type Description
    TDescriptor
    | Edit this page View Source

    Index(bool?)

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

    Declaration
    public TDescriptor Index(bool? index = true)
    Parameters
    Type Name Description
    bool? index
    Returns
    Type Description
    TDescriptor

    Implements

    IDescriptor
    IRangeProperty
    IDocValuesProperty
    ICoreProperty
    IProperty
    IFieldMapping

    Extension Methods

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