Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fragosoluana committed Dec 6, 2024
1 parent d56532a commit 408348c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clientlib/src/main/proto/yelp/nrtsearch/search.proto
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ message SearchResponse {
repeated VectorDiagnostics vectorDiagnostics = 13;
// Amount of gRPC request deadline remaining at the start of search processing
double initialDeadlineMs = 14;
// Time for highlighting
// Time for logging hits
double loggingHitsTimeMs = 15;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ public void processAllHits(SearchContext searchContext, List<SearchResponse.Hit.
}

/**
* Get the total time taken so far to generate highlights.
* Get the total time taken so far to logging hits.
*
* @return Total time taken to generate highlights in ms.
* @return Total time taken to logging hits in ms.
*/
public double getTimeTakenMs() {
return timeTakenMs.doubleValue();
Expand Down

0 comments on commit 408348c

Please sign in to comment.