Interface INestedQuery
Assembly: OpenSearch.Client.dll
Syntax
public interface INestedQuery : IQuery
Properties
|
Edit this page
View Source
IgnoreUnmapped
Declaration
[DataMember(Name = "ignore_unmapped")]
bool? IgnoreUnmapped { get; set; }
Property Value
|
Edit this page
View Source
InnerHits
Declaration
[DataMember(Name = "inner_hits")]
IInnerHits InnerHits { get; set; }
Property Value
|
Edit this page
View Source
Path
Declaration
[DataMember(Name = "path")]
Field Path { get; set; }
Property Value
|
Edit this page
View Source
Query
Declaration
[DataMember(Name = "query")]
QueryContainer Query { get; set; }
Property Value
|
Edit this page
View Source
ScoreMode
Declaration
[DataMember(Name = "score_mode")]
NestedScoreMode? ScoreMode { get; set; }
Property Value
Extension Methods