@InterfaceStability.Committed @InterfaceAudience.Public public interface SearchMetrics
Provides statistics on an FTS query result (number of hits, time taken…).
| 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()
The number of nanoseconds the request took executing on the server side.
long totalHits()
The total number of hits (or SearchQueryRow) in the result.
double maxScore()
The largest score amongst the hits.
Copyright © 2015 Couchbase, Inc.