Click or drag to resize

SearchMetrics Class

[Missing <summary> documentation for "T:Couchbase.Search.SearchMetrics"]

Inheritance Hierarchy
SystemObject
  Couchbase.SearchSearchMetrics

Namespace:  Couchbase.Search
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public class SearchMetrics

The SearchMetrics type exposes the following members.

Constructors
  NameDescription
Public methodSearchMetrics
Initializes a new instance of the SearchMetrics class
Top
Properties
  NameDescription
Public propertyErrorCount
The count of errors.
Public propertyMaxScore
The maximum score within the results.
Public propertySuccessCount
The number of shards (pindex) of the FTS index that were successfully queried, returning hits.
Public propertyTook
Total time taken for the results.
Public propertyTotalCount
Gets the total count.
Public propertyTotalHits
Total hits returned by the results.
Top
See Also