Add support for retrieving request executionDuration.#2991
Merged
sothawo merged 2 commits intospring-projects:mainfrom Oct 22, 2024
Merged
Add support for retrieving request executionDuration.#2991sothawo merged 2 commits intospring-projects:mainfrom
sothawo merged 2 commits intospring-projects:mainfrom
Conversation
Added support for retreving the query execution time from took() method of ResponseBody class as java.time.Duration in SearchDocumentResponseBuilder class. Closes spring-projects#2986
4868fc8 to
77ec78c
Compare
sothawo
requested changes
Oct 20, 2024
Collaborator
sothawo
left a comment
There was a problem hiding this comment.
thanks for that PR; 2 changes to do
Added support for retreving the query execution time from took() method of ResponseBody class as java.time.Duration in SearchDocumentResponseBuilder class. Closes spring-projects#2986
77ec78c to
bd1a469
Compare
sothawo
approved these changes
Oct 22, 2024
JKatzwinkel
added a commit
to JKatzwinkel/tla-es
that referenced
this pull request
Nov 21, 2024
JKatzwinkel
added a commit
to JKatzwinkel/tla-es
that referenced
this pull request
Dec 7, 2024
* build(deps): bump org.springframework.data:spring-data-elasticsearch Bumps [org.springframework.data:spring-data-elasticsearch](https://github.com/spring-projects/spring-data-elasticsearch) from 5.4.0-RC1 to 5.4.0. - [Release notes](https://github.com/spring-projects/spring-data-elasticsearch/releases) - [Commits](spring-projects/spring-data-elasticsearch@5.4.0-RC1...5.4.0) --- updated-dependencies: - dependency-name: org.springframework.data:spring-data-elasticsearch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * add execution duration to search hits mocks spring-projects/spring-data-elasticsearch#2991 spring-projects/spring-data-elasticsearch@d2ab03e * bump elasticsearch from 8.16.0 to 8.16.1 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JKatzwinkel <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please let me know if I missed anything.
Closes #2986