Search Results for

    Show / Hide Table of Contents

    Class HasChildQuery

    Inheritance
    object
    QueryBase
    HasChildQuery
    Implements
    IHasChildQuery
    IQuery
    Inherited Members
    QueryBase.Boost
    QueryBase.IsStrict
    QueryBase.IsVerbatim
    QueryBase.IsWritable
    QueryBase.Name
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class HasChildQuery : QueryBase, IHasChildQuery, IQuery

    Properties

    | Edit this page View Source

    Conditionless

    Declaration
    protected override bool Conditionless { get; }
    Property Value
    Type Description
    bool
    Overrides
    QueryBase.Conditionless
    | Edit this page View Source

    IgnoreUnmapped

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

    InnerHits

    Declaration
    public 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
    public int? MaxChildren { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    MinChildren

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

    Query

    Declaration
    public QueryContainer Query { get; set; }
    Property Value
    Type Description
    QueryContainer
    | Edit this page View Source

    ScoreMode

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

    Type

    Declaration
    public RelationName Type { get; set; }
    Property Value
    Type Description
    RelationName

    Implements

    IHasChildQuery
    IQuery

    Extension Methods

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