Skip to content

Commit c7b322a

Browse files
drempapisandreidan
andauthored
Update server/src/main/java/org/elasticsearch/index/search/stats/SearchStats.java
Update after review Co-authored-by: Andrei Dan <[email protected]>
1 parent 30ad337 commit c7b322a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/main/java/org/elasticsearch/index/search/stats/SearchStats.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ public static class Stats implements Writeable, ToXContentFragment {
4949
private long queryFailure;
5050
private long fetchFailure;
5151

52-
// This is the ExponentiallyWeightedMovingRate for a shard, tracking execution time across different phases
53-
// (e.g., query, fetch, etc.), favoring more recent load values by assigning them greater significance than older values.
52+
// This tracks the search execution time across different phases (e.g., query, fetch, etc.), favouring more recent
53+
// values by assigning them greater significance than older values.
5454
private double recentSearchLoad;
5555

5656
private Stats() {

0 commit comments

Comments
 (0)