Search Results for

    Show / Hide Table of Contents

    Class NestedProperty

    A specialised version of the IObjectProperty datatype that allows arrays of objects to be indexed in a way that they can be queried independently of each other, using nested queries and aggregations.

    Inheritance
    object
    PropertyBase
    CorePropertyBase
    ObjectProperty
    NestedProperty
    Implements
    IPropertyWithClrOrigin
    INestedProperty
    IObjectProperty
    ICoreProperty
    IProperty
    IFieldMapping
    Inherited Members
    ObjectProperty.Dynamic
    ObjectProperty.Enabled
    ObjectProperty.Properties
    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 NestedProperty : ObjectProperty, IPropertyWithClrOrigin, INestedProperty, IObjectProperty, ICoreProperty, IProperty, IFieldMapping

    Constructors

    | Edit this page View Source

    NestedProperty()

    Declaration
    public NestedProperty()

    Properties

    | Edit this page View Source

    IncludeInParent

    Whether to also index nested objects as flattened values on the parent document.

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

    IncludeInRoot

    Whether to also index nested objects as flattened values on the root document.

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

    Implements

    IPropertyWithClrOrigin
    INestedProperty
    IObjectProperty
    ICoreProperty
    IProperty
    IFieldMapping

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • NestedProperty()
    • Properties
      • IncludeInParent
      • IncludeInRoot
    • Implements
    • Extension Methods
    Back to top Generated by DocFX