Search Results for

    Show / Hide Table of Contents

    Class NumberPropertyDescriptorBase<TDescriptor, TInterface, T>

    Inheritance
    object
    DescriptorBase<TDescriptor, TInterface>
    PropertyDescriptorBase<TDescriptor, TInterface, T>
    CorePropertyDescriptorBase<TDescriptor, TInterface, T>
    DocValuesPropertyDescriptorBase<TDescriptor, TInterface, T>
    NumberPropertyDescriptorBase<TDescriptor, TInterface, T>
    NumberPropertyDescriptor<T>
    Implements
    IDescriptor
    INumberProperty
    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 NumberPropertyDescriptorBase<TDescriptor, TInterface, T> : DocValuesPropertyDescriptorBase<TDescriptor, TInterface, T>, IDescriptor, INumberProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping where TDescriptor : NumberPropertyDescriptorBase<TDescriptor, TInterface, T>, TInterface where TInterface : class, INumberProperty where T : class
    Type Parameters
    Name Description
    TDescriptor
    TInterface
    T

    Constructors

    | Edit this page View Source

    NumberPropertyDescriptorBase()

    Declaration
    protected NumberPropertyDescriptorBase()
    | Edit this page View Source

    NumberPropertyDescriptorBase(FieldType)

    Declaration
    protected NumberPropertyDescriptorBase(FieldType type)
    Parameters
    Type Name Description
    FieldType type

    Methods

    | Edit this page View Source

    Coerce(bool?)

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

    Fielddata(Func<NumericFielddataDescriptor, INumericFielddata>)

    Declaration
    public TDescriptor Fielddata(Func<NumericFielddataDescriptor, INumericFielddata> selector)
    Parameters
    Type Name Description
    Func<NumericFielddataDescriptor, INumericFielddata> selector
    Returns
    Type Description
    TDescriptor
    | Edit this page View Source

    IgnoreMalformed(bool?)

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

    Index(bool?)

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

    NullValue(double?)

    Declaration
    public TDescriptor NullValue(double? nullValue)
    Parameters
    Type Name Description
    double? nullValue
    Returns
    Type Description
    TDescriptor
    | Edit this page View Source

    ScalingFactor(double?)

    Declaration
    public TDescriptor ScalingFactor(double? scalingFactor)
    Parameters
    Type Name Description
    double? scalingFactor
    Returns
    Type Description
    TDescriptor
    | Edit this page View Source

    Type(NumberType?)

    Declaration
    public TDescriptor Type(NumberType? type)
    Parameters
    Type Name Description
    NumberType? type
    Returns
    Type Description
    TDescriptor

    Implements

    IDescriptor
    INumberProperty
    IDocValuesProperty
    ICoreProperty
    IProperty
    IFieldMapping

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • NumberPropertyDescriptorBase()
      • NumberPropertyDescriptorBase(FieldType)
    • Methods
      • Coerce(bool?)
      • Fielddata(Func<NumericFielddataDescriptor, INumericFielddata>)
      • IgnoreMalformed(bool?)
      • Index(bool?)
      • NullValue(double?)
      • ScalingFactor(double?)
      • Type(NumberType?)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX