Search Results for

    Show / Hide Table of Contents

    Class ParentIdQuery

    Inheritance
    object
    QueryBase
    ParentIdQuery
    Implements
    IParentIdQuery
    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 ParentIdQuery : QueryBase, IParentIdQuery, 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

    Id

    The id of the parent document to get children for.

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

    IgnoreUnmapped

    When set to true this will ignore an unmapped type and will not match any documents for this query. This can be useful when querying multiple indexes which might have different mappings.

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

    Type

    The child type. This must be a type with _parent field.

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

    Implements

    IParentIdQuery
    IQuery

    Extension Methods

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