Search Results for

    Show / Hide Table of Contents

    Interface IHasChildQuery

    Inherited Members
    IQuery.Boost
    IQuery.Conditionless
    IQuery.IsStrict
    IQuery.IsVerbatim
    IQuery.IsWritable
    IQuery.Name
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IHasChildQuery : 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

    MaxChildren

    Specify how many child documents are allowed to match.

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

    MinChildren

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

    Query

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

    ScoreMode

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

    Type

    Declaration
    [DataMember(Name = "type")]
    RelationName Type { get; set; }
    Property Value
    Type Description
    RelationName

    Extension Methods

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