-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implemented Point In Time support #217
Conversation
…pensearch-project#208) Bumps org.apache.logging.log4j:log4j-to-slf4j from 2.22.0 to 2.22.1. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-to-slf4j dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: gmamakis-thinkanalytics <gmamakis@thinkanalytics.com>
…ch-project#212) Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com> Signed-off-by: gmamakis-thinkanalytics <gmamakis@thinkanalytics.com>
Signed-off-by: Andriy Redko <andriy.redko@aiven.io> Signed-off-by: gmamakis-thinkanalytics <gmamakis@thinkanalytics.com>
…-project#215) Bumps [io.specto:hoverfly-java-junit5](https://github.com/SpectoLabs/hoverfly-java) from 0.15.0 to 0.16.0. - [Commits](SpectoLabs/hoverfly-java@0.15.0...0.16.0) --- updated-dependencies: - dependency-name: io.specto:hoverfly-java-junit5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Georgios Mamakis <gmamakis@thinkanalytics.com> Signed-off-by: gmamakis-thinkanalytics <gmamakis@thinkanalytics.com>
Signed-off-by: Georgios Mamakis <gmamakis@thinkanalytics.com> Signed-off-by: gmamakis-thinkanalytics <gmamakis@thinkanalytics.com>
05f6c94
to
371f055
Compare
import org.opensearch.action.search.SearchRequest; | ||
import org.opensearch.action.search.SearchResponse; | ||
import org.opensearch.action.search.SearchScrollRequest; | ||
import org.opensearch.action.search.*; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gmamakis-thinkanalytics could you please revert the *
import, thank you
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure I will do, apologies I didn't catch this earlier
...src/test/java/org/springframework/data/elasticsearch/core/ElasticsearchIntegrationTests.java
Outdated
Show resolved
Hide resolved
@gmamakis-thinkanalytics thank you for the contribution, I believe your fork is behind a bit, could you please rebase against latest |
Signed-off-by: Georgios Mamakis <gmamakis@thinkanalytics.com> Signed-off-by: gmamakis-thinkanalytics <gmamakis@thinkanalytics.com>
...src/test/java/org/springframework/data/elasticsearch/core/ElasticsearchIntegrationTests.java
Show resolved
Hide resolved
Signed-off-by: gmamakis-thinkanalytics <gmamakis@thinkanalytics.com>
...src/test/java/org/springframework/data/elasticsearch/core/ElasticsearchIntegrationTests.java
Show resolved
Hide resolved
Signed-off-by: gmamakis-thinkanalytics <gmamakis@thinkanalytics.com>
Signed-off-by: gmamakis-thinkanalytics <gmamakis@thinkanalytics.com>
...src/test/java/org/springframework/data/elasticsearch/core/ElasticsearchIntegrationTests.java
Outdated
Show resolved
Hide resolved
Signed-off-by: gmamakis-thinkanalytics <gmamakis@thinkanalytics.com>
Description
Implements missing point in time support
Issues Resolved
Issue #85
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.