Search Results for

    Show / Hide Table of Contents

    Interface IBooleanProperty

    The boolean fields accepts true and false values

    Inherited Members
    IDocValuesProperty.DocValues
    ICoreProperty.CopyTo
    ICoreProperty.Fields
    ICoreProperty.Similarity
    ICoreProperty.Store
    IProperty.LocalMetadata
    IProperty.Meta
    IProperty.Name
    IProperty.Type
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IBooleanProperty : IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping

    Properties

    | Edit this page View Source

    Boost

    Declaration
    [DataMember(Name = "boost")]
    double? Boost { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    Fielddata

    Declaration
    [DataMember(Name = "fielddata")]
    INumericFielddata Fielddata { get; set; }
    Property Value
    Type Description
    INumericFielddata
    | Edit this page View Source

    Index

    Declaration
    [DataMember(Name = "index")]
    bool? Index { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    NullValue

    Declaration
    [DataMember(Name = "null_value")]
    bool? NullValue { get; set; }
    Property Value
    Type Description
    bool?

    Extension Methods

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