Search Results for

    Show / Hide Table of Contents

    Interface IHasParentQuery

    Inherited Members
    IQuery.Boost
    IQuery.Conditionless
    IQuery.IsStrict
    IQuery.IsVerbatim
    IQuery.IsWritable
    IQuery.Name
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IHasParentQuery : IQuery

    Properties

    | Edit this page View Source

    IgnoreUnmapped

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

    InnerHits

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

    ParentType

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

    Query

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

    Score

    Determines whether the score of the matching parent document is aggregated into the child documents belonging to the matching parent document. The default is false which ignores the score from the parent document.

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

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • IgnoreUnmapped
      • InnerHits
      • ParentType
      • Query
      • Score
    • Extension Methods
    Back to top Generated by DocFX