Search Results for

    Show / Hide Table of Contents

    Class QueryBreakdown

    Inheritance
    object
    QueryBreakdown
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    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
    Type Description
    long
    | Edit this page View Source

    BuildScorer

    Declaration
    [DataMember(Name = "build_scorer")]
    public long BuildScorer { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    CreateWeight

    Declaration
    [DataMember(Name = "create_weight")]
    public long CreateWeight { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Match

    Declaration
    [DataMember(Name = "match")]
    public long Match { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    NextDoc

    Declaration
    [DataMember(Name = "next_doc")]
    public long NextDoc { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Score

    Declaration
    [DataMember(Name = "score")]
    public long Score { get; }
    Property Value
    Type Description
    long

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Advance
      • BuildScorer
      • CreateWeight
      • Match
      • NextDoc
      • Score
    • Extension Methods
    Back to top Generated by DocFX