Class SearchMetrics
java.lang.Object
com.couchbase.client.java.search.result.SearchMetrics
-
Constructor Summary
ConstructorsConstructorDescriptionSearchMetrics
(long took, long totalRows, double maxScore, long successPartitionCount, long errorPartitionCount) -
Method Summary
-
Constructor Details
-
SearchMetrics
public SearchMetrics(long took, long totalRows, double maxScore, long successPartitionCount, long errorPartitionCount)
-
-
Method Details