Search Results for

    Show / Hide Table of Contents

    Interface INestedProperty

    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.

    Inherited Members
    IObjectProperty.Dynamic
    IObjectProperty.Enabled
    IObjectProperty.Properties
    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 INestedProperty : IObjectProperty, ICoreProperty, IProperty, IFieldMapping

    Properties

    | Edit this page View Source

    IncludeInParent

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

    Declaration
    [DataMember(Name = "include_in_parent")]
    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
    [DataMember(Name = "include_in_root")]
    bool? IncludeInRoot { get; set; }
    Property Value
    Type Description
    bool?

    Extension Methods

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