Search Results for

    Show / Hide Table of Contents

    Class BooleanProperty

    Inheritance
    object
    PropertyBase
    CorePropertyBase
    DocValuesPropertyBase
    BooleanProperty
    Implements
    IPropertyWithClrOrigin
    IBooleanProperty
    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 class BooleanProperty : DocValuesPropertyBase, IPropertyWithClrOrigin, IBooleanProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping

    Constructors

    | Edit this page View Source

    BooleanProperty()

    Declaration
    public BooleanProperty()

    Properties

    | Edit this page View Source

    Boost

    Declaration
    public double? Boost { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    Fielddata

    Declaration
    public INumericFielddata Fielddata { get; set; }
    Property Value
    Type Description
    INumericFielddata
    | Edit this page View Source

    Index

    Declaration
    public bool? Index { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    NullValue

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

    Implements

    IPropertyWithClrOrigin
    IBooleanProperty
    IDocValuesProperty
    ICoreProperty
    IProperty
    IFieldMapping

    Extension Methods

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