Search Results for

    Show / Hide Table of Contents

    Class DateNanosPropertyDescriptor<T>

    Inheritance
    object
    DescriptorBase<DateNanosPropertyDescriptor<T>, IDateNanosProperty>
    PropertyDescriptorBase<DateNanosPropertyDescriptor<T>, IDateNanosProperty, T>
    CorePropertyDescriptorBase<DateNanosPropertyDescriptor<T>, IDateNanosProperty, T>
    DocValuesPropertyDescriptorBase<DateNanosPropertyDescriptor<T>, IDateNanosProperty, T>
    DateNanosPropertyDescriptor<T>
    Implements
    IDescriptor
    IDateNanosProperty
    IDocValuesProperty
    ICoreProperty
    IProperty
    IFieldMapping
    Inherited Members
    DocValuesPropertyDescriptorBase<DateNanosPropertyDescriptor<T>, IDateNanosProperty, T>.DocValues(bool?)
    CorePropertyDescriptorBase<DateNanosPropertyDescriptor<T>, IDateNanosProperty, T>.Store(bool?)
    CorePropertyDescriptorBase<DateNanosPropertyDescriptor<T>, IDateNanosProperty, T>.Fields(Func<PropertiesDescriptor<T>, IPromise<IProperties>>)
    CorePropertyDescriptorBase<DateNanosPropertyDescriptor<T>, IDateNanosProperty, T>.Similarity(string)
    CorePropertyDescriptorBase<DateNanosPropertyDescriptor<T>, IDateNanosProperty, T>.CopyTo(Func<FieldsDescriptor<T>, IPromise<Fields>>)
    PropertyDescriptorBase<DateNanosPropertyDescriptor<T>, IDateNanosProperty, T>.DebugDisplay
    PropertyDescriptorBase<DateNanosPropertyDescriptor<T>, IDateNanosProperty, T>.TypeOverride
    PropertyDescriptorBase<DateNanosPropertyDescriptor<T>, IDateNanosProperty, T>.Name(PropertyName)
    PropertyDescriptorBase<DateNanosPropertyDescriptor<T>, IDateNanosProperty, T>.Name<TValue>(Expression<Func<T, TValue>>)
    PropertyDescriptorBase<DateNanosPropertyDescriptor<T>, IDateNanosProperty, T>.LocalMetadata(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)
    PropertyDescriptorBase<DateNanosPropertyDescriptor<T>, IDateNanosProperty, T>.Meta(Func<FluentDictionary<string, string>, FluentDictionary<string, string>>)
    DescriptorBase<DateNanosPropertyDescriptor<T>, IDateNanosProperty>.Self
    DescriptorBase<DateNanosPropertyDescriptor<T>, IDateNanosProperty>.Assign<TValue>(TValue, Action<IDateNanosProperty, 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 class DateNanosPropertyDescriptor<T> : DocValuesPropertyDescriptorBase<DateNanosPropertyDescriptor<T>, IDateNanosProperty, T>, IDescriptor, IDateNanosProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping where T : class
    Type Parameters
    Name Description
    T

    Constructors

    | Edit this page View Source

    DateNanosPropertyDescriptor()

    Declaration
    public DateNanosPropertyDescriptor()

    Methods

    | Edit this page View Source

    Boost(double?)

    Mapping field-level query time boosting. Accepts a floating point number, defaults to 1.0.

    Declaration
    public DateNanosPropertyDescriptor<T> Boost(double? boost)
    Parameters
    Type Name Description
    double? boost
    Returns
    Type Description
    DateNanosPropertyDescriptor<T>
    | Edit this page View Source

    Format(string)

    The date format(s) that can be parsed. Defaults to strict_date_optional_time||epoch_millis. DateFormat

    Declaration
    public DateNanosPropertyDescriptor<T> Format(string format)
    Parameters
    Type Name Description
    string format
    Returns
    Type Description
    DateNanosPropertyDescriptor<T>
    | Edit this page View Source

    IgnoreMalformed(bool?)

    If true, malformed numbers are ignored. If false (default), malformed numbers throw an exception and reject the whole document.

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

    Index(bool?)

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

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

    NullValue(DateTime?)

    Accepts a date value in one of the configured format's as the field which is substituted for any explicit null values. Defaults to null, which means the field is treated as missing.

    Declaration
    public DateNanosPropertyDescriptor<T> NullValue(DateTime? nullValue)
    Parameters
    Type Name Description
    DateTime? nullValue
    Returns
    Type Description
    DateNanosPropertyDescriptor<T>

    Implements

    IDescriptor
    IDateNanosProperty
    IDocValuesProperty
    ICoreProperty
    IProperty
    IFieldMapping

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • DateNanosPropertyDescriptor()
    • Methods
      • Boost(double?)
      • Format(string)
      • IgnoreMalformed(bool?)
      • Index(bool?)
      • NullValue(DateTime?)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX