Class HasChildQuery
Inheritance
HasChildQuery
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
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
MaxChildren
Specify how many child documents are allowed to match.
Declaration
public int? MaxChildren { get; set; }
Property Value
|
Edit this page
View Source
MinChildren
Declaration
public int? MinChildren { get; set; }
Property Value
|
Edit this page
View Source
Query
Declaration
public QueryContainer Query { get; set; }
Property Value
|
Edit this page
View Source
ScoreMode
Declaration
public ChildScoreMode? ScoreMode { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
public RelationName Type { get; set; }
Property Value
Implements
Extension Methods