Search Results for

    Show / Hide Table of Contents

    Class BooleanPropertyDescriptor<T>

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

    Constructors

    | Edit this page View Source

    BooleanPropertyDescriptor()

    Declaration
    public BooleanPropertyDescriptor()

    Methods

    | Edit this page View Source

    Boost(double?)

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

    Fielddata(Func<NumericFielddataDescriptor, INumericFielddata>)

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

    Index(bool?)

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

    NullValue(bool?)

    Declaration
    public BooleanPropertyDescriptor<T> NullValue(bool? nullValue)
    Parameters
    Type Name Description
    bool? nullValue
    Returns
    Type Description
    BooleanPropertyDescriptor<T>

    Implements

    IDescriptor
    IBooleanProperty
    IDocValuesProperty
    ICoreProperty
    IProperty
    IFieldMapping

    Extension Methods

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