Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class SearchMetrics

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

Constructors

View Source

SearchMetrics()

Declaration
public SearchMetrics()

Properties

View Source

ErrorCount

The count of errors.

Declaration
public long ErrorCount { get; set; }
Property Value
Type Description
long
View Source

MaxScore

The maximum score within the results.

Declaration
public double MaxScore { get; set; }
Property Value
Type Description
double
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
View Source

Took

Total time taken for the results.

Declaration
public TimeSpan Took { get; set; }
Property Value
Type Description
TimeSpan
View Source

TotalCount

Gets the total count.

Declaration
public long TotalCount { get; set; }
Property Value
Type Description
long
View Source

TotalHits

Total hits returned by the results.

Declaration
public long TotalHits { get; set; }
Property Value
Type Description
long
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.