Class SearchMetrics
Inherited Members
Namespace: Couchbase.Search
Assembly: Couchbase.NetClient.dll
Syntax
public class SearchMetrics
Properties
| Edit this page View SourceErrorCount
The count of errors.
Declaration
public long ErrorCount { get; set; }
Property Value
Type | Description |
---|---|
long |
MaxScore
The maximum score within the results.
Declaration
public double MaxScore { get; set; }
Property Value
Type | Description |
---|---|
double |
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 |
Took
Total time taken for the results.
Declaration
public TimeSpan Took { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
TotalCount
Gets the total count.
Declaration
public long TotalCount { get; set; }
Property Value
Type | Description |
---|---|
long |
TotalHits
Total hits returned by the results.
Declaration
public long TotalHits { get; set; }
Property Value
Type | Description |
---|---|
long |