Class QueryBreakdown
Inheritance
QueryBreakdown
Assembly: OpenSearch.Client.dll
Syntax
public class QueryBreakdown
Properties
|
Edit this page
View Source
Advance
Declaration
[DataMember(Name = "advance")]
public long Advance { get; }
Property Value
|
Edit this page
View Source
BuildScorer
Declaration
[DataMember(Name = "build_scorer")]
public long BuildScorer { get; }
Property Value
|
Edit this page
View Source
CreateWeight
Declaration
[DataMember(Name = "create_weight")]
public long CreateWeight { get; }
Property Value
|
Edit this page
View Source
Match
Declaration
[DataMember(Name = "match")]
public long Match { get; }
Property Value
|
Edit this page
View Source
NextDoc
Declaration
[DataMember(Name = "next_doc")]
public long NextDoc { get; }
Property Value
|
Edit this page
View Source
Score
Declaration
[DataMember(Name = "score")]
public long Score { get; }
Property Value
Extension Methods