Class NestedQuery
Assembly: OpenSearch.Client.dll
Syntax
public class NestedQuery : QueryBase, INestedQuery, 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
Path
Declaration
public Field Path { 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 NestedScoreMode? ScoreMode { get; set; }
Property Value
Implements
Extension Methods