public interface SearchMetrics
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()
long getFacetResolutionTime()
long getSnippetResolutionTime()
@Deprecated long getMetadataResolutionTime()
long getExtractResolutionTime()
long getTotalTime()
Copyright © 2013-2021 MarkLogic Corporation.