public interface SearchMetrics
A SearchMetrics object represents the query
metrics returned by a search.
-
Method Summary
long
Returns the extract resolution time in
milliseconds.
long
Returns the facet resolution time in
milliseconds.
long
Returns the query resolution time in
milliseconds.
long
Returns the snippet resolution time in
milliseconds.
long
Returns the total time taken by the query in
milliseconds.
-
Method Details
-
getQueryResolutionTime
long getQueryResolutionTime()
Returns the query resolution time in
milliseconds.
- Returns:
- The query resolution time.
-
getFacetResolutionTime
long getFacetResolutionTime()
Returns the facet resolution time in
milliseconds.
- Returns:
- The facet resolution time.
-
getSnippetResolutionTime
long getSnippetResolutionTime()
Returns the snippet resolution time in
milliseconds.
- Returns:
- The snippet resolution time.
-
getExtractResolutionTime
long getExtractResolutionTime()
Returns the extract resolution time in
milliseconds.
- Returns:
- The extract resolution time.
-
getTotalTime
long getTotalTime()
Returns the total time taken by the query in
milliseconds.
- Returns:
- The total time.
Copyright (c) 2010-2025 Progress
Software Corporation and/or its subsidiaries or affiliates. All
Rights Reserved.