Class HasParentQuery
Inheritance
HasParentQuery
Assembly: OpenSearch.Client.dll
Syntax
public class HasParentQuery : QueryBase, IHasParentQuery, IQuery
Properties
|
Edit this page
View Source
Conditionless
Declaration
protected override bool Conditionless { get; }
Property Value
Overrides
|
Edit this page
View Source
IgnoreUnmapped
Declaration
public bool? IgnoreUnmapped { get; set; }
Property Value
|
Edit this page
View Source
InnerHits
Declaration
public IInnerHits InnerHits { get; set; }
Property Value
|
Edit this page
View Source
ParentType
Declaration
public RelationName ParentType { get; set; }
Property Value
|
Edit this page
View Source
Query
Declaration
public QueryContainer Query { get; set; }
Property Value
|
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
public bool? Score { get; set; }
Property Value
Implements
Extension Methods