public interface SearchMetrics
A SearchMetrics object represents the query metrics returned by a search.
| Modifier and Type | Method and Description |
|---|---|
long |
getExtractResolutionTime()
Returns the extract resolution time in milliseconds.
|
long |
getFacetResolutionTime()
Returns the facet resolution time in milliseconds.
|
long |
getMetadataResolutionTime()
Deprecated.
(as of 4.0.1) this is only populated when using the deprecated option extract-metadata
|
long |
getQueryResolutionTime()
Returns the query resolution time in milliseconds.
|
long |
getSnippetResolutionTime()
Returns the snippet resolution time in milliseconds.
|
long |
getTotalTime()
Returns the total time taken by the query in milliseconds.
|
long getQueryResolutionTime()
Returns the query resolution time in milliseconds.
long getFacetResolutionTime()
Returns the facet resolution time in milliseconds.
long getSnippetResolutionTime()
Returns the snippet resolution time in milliseconds.
@Deprecated long getMetadataResolutionTime()
Returns the metadata resolution time in milliseconds.
long getExtractResolutionTime()
Returns the extract resolution time in milliseconds.
long getTotalTime()
Returns the total time taken by the query in milliseconds.
Copyright © 2013-2017 MarkLogic Corporation.