@InterfaceStability.Committed @InterfaceAudience.Public public interface SearchMetrics
Modifier and Type | Method and Description |
---|---|
double |
maxScore()
The largest score amongst the hits.
|
long |
took()
The number of nanoseconds the request took executing on the server side.
|
long |
totalHits()
The total number of hits (or
SearchQueryRow ) in the result. |
long took()
long totalHits()
SearchQueryRow
) in the result.double maxScore()
Copyright © 2015 Couchbase, Inc.