Class ParentIdQuery
Inheritance
ParentIdQuery
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
Overrides
|
Edit this page
View Source
Id
The id of the parent document to get children for.
Declaration
public Id Id { get; set; }
Property Value
|
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
|
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
Implements
Extension Methods