public interface ValuesMetrics
A SearchMetrics object represents the query
metrics returned by a search.
-
Method Summary
long
Returns the facet resolution time in
milliseconds.
long
Returns the total time taken by the query in
milliseconds.
long
Returns the query resolution time in
milliseconds.
-
Method Details
-
getValuesResolutionTime
long getValuesResolutionTime()
Returns the query resolution time in
milliseconds.
- Returns:
- The query resolution time.
-
getAggregateResolutionTime
long getAggregateResolutionTime()
Returns the facet resolution time in
milliseconds.
- Returns:
- The facet 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.