Skip to content

Commit

Permalink
Add initialDeadlineMs to search Diagnostics (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
aprudhomme authored Nov 13, 2024
1 parent 3af4082 commit 81311d8
Show file tree
Hide file tree
Showing 6 changed files with 677 additions and 617 deletions.
1 change: 1 addition & 0 deletions clientlib/src/main/proto/yelp/nrtsearch/search.proto
Original file line number Diff line number Diff line change
Expand Up @@ -786,6 +786,7 @@ message SearchResponse {
map<string, double> rescorersTimeMs = 11;
map<string, Diagnostics> innerHitsDiagnostics = 12;
repeated VectorDiagnostics vectorDiagnostics = 13;
double initialDeadlineMs = 14;
}

message Hit {
Expand Down
4 changes: 4 additions & 0 deletions grpc-gateway/luceneserver.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2172,6 +2172,10 @@
"items": {
"$ref": "#/definitions/DiagnosticsVectorDiagnostics"
}
},
"initialDeadlineMs": {
"type": "number",
"format": "double"
}
}
},
Expand Down
Loading

0 comments on commit 81311d8

Please sign in to comment.