Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class SearchMetrics

    Inheritance
    object
    SearchMetrics
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Search
    Assembly: Couchbase.NetClient.dll
    Syntax
    public class SearchMetrics

    Properties

    | Edit this page View Source

    ErrorCount

    The count of errors.

    Declaration
    public long ErrorCount { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    MaxScore

    The maximum score within the results.

    Declaration
    public double MaxScore { get; set; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    SuccessCount

    The number of shards (pindex) of the FTS index that were successfully queried, returning hits.

    Declaration
    public long SuccessCount { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Took

    Total time taken for the results.

    Declaration
    public TimeSpan Took { get; set; }
    Property Value
    Type Description
    TimeSpan
    | Edit this page View Source

    TotalCount

    Gets the total count.

    Declaration
    public long TotalCount { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    TotalHits

    Total hits returned by the results.

    Declaration
    public long TotalHits { get; set; }
    Property Value
    Type Description
    long
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.