public class SearchMetrics extends Object
| Constructor and Description |
|---|
SearchMetrics(com.couchbase.client.core.api.search.result.CoreSearchMetrics internal) |
| Modifier and Type | Method and Description |
|---|---|
long |
errorPartitionCount() |
double |
maxScore() |
long |
successPartitionCount() |
Duration |
took() |
String |
toString() |
long |
totalPartitionCount() |
long |
totalRows() |
@Stability.Internal public SearchMetrics(com.couchbase.client.core.api.search.result.CoreSearchMetrics internal)
public Duration took()
public long totalRows()
public double maxScore()
public long successPartitionCount()
public long errorPartitionCount()
public long totalPartitionCount()
Copyright © 2024 Couchbase, Inc.. All rights reserved.