Class CoreSearchMetrics
java.lang.Object
com.couchbase.client.core.api.search.result.CoreSearchMetrics
-
Constructor Summary
ConstructorDescriptionCoreSearchMetrics
(Duration took, long totalRows, double maxScore, long successPartitionCount, long errorPartitionCount) -
Method Summary
-
Constructor Details
-
CoreSearchMetrics
public CoreSearchMetrics(Duration took, long totalRows, double maxScore, long successPartitionCount, long errorPartitionCount)
-
-
Method Details