public interface ValuesMetrics
A SearchMetrics object represents the query metrics returned by a search.
| Modifier and Type | Method and Description |
|---|---|
long |
getAggregateResolutionTime()
Returns the facet resolution time in milliseconds.
|
long |
getTotalTime()
Returns the total time taken by the query in milliseconds.
|
long |
getValuesResolutionTime()
Returns the query resolution time in milliseconds.
|
long getValuesResolutionTime()
Returns the query resolution time in milliseconds.
long getAggregateResolutionTime()
Returns the facet resolution time in milliseconds.
long getTotalTime()
Returns the total time taken by the query in milliseconds.
Copyright © 2013-2017 MarkLogic Corporation.