-
Notifications
You must be signed in to change notification settings - Fork 91
Added paginationDepth to HybridQuery #848
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
Merged
Xtansia
merged 4 commits into
opensearch-project:baseline/3.0.0-alpha1
from
leewjae:paginationDepth
Mar 27, 2025
Merged
Added paginationDepth to HybridQuery #848
Xtansia
merged 4 commits into
opensearch-project:baseline/3.0.0-alpha1
from
leewjae:paginationDepth
Mar 27, 2025
Conversation
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
9c1da03
to
d28c1ac
Compare
dblock
reviewed
Mar 21, 2025
Signed-off-by: Wonjae Lee <[email protected]>
Signed-off-by: Wonjae Lee <[email protected]>
7aa6e8b
to
2c3de46
Compare
Changes AnalysisCommit SHA: 1e1e8d4 API ChangesSummary
ReportThe full API changes report is available at: https://github.com/opensearch-project/opensearch-api-specification/actions/runs/14095725374/artifacts/2827921841 API Coverage
|
Signed-off-by: Wonjae Lee <[email protected]>
A test failed |
…ginationDepth Signed-off-by: Thomas Farr <[email protected]>
50ef290
into
opensearch-project:baseline/3.0.0-alpha1
29 of 32 checks passed
Xtansia
added a commit
that referenced
this pull request
Mar 27, 2025
* Update 3.0.0 snapshot image to 3.0.0-alpha1 Signed-off-by: Thomas Farr <[email protected]> * Allow prerelease versions in semver matching Signed-off-by: Thomas Farr <[email protected]> * Fixed swapped schema references in nodes info API buffer fields (#808) * Fixed swapped schema references in nodes info API buffer fields Signed-off-by: hye-on <[email protected]> * Add version specific schema handling for total_indexing_buffer and total_indexing_buffer_in_bytes fields Signed-off-by: hye-on <[email protected]> * Fix version number format in nodes.info.yaml Signed-off-by: hye-on <[email protected]> * Remove version tags and add notes for schema changes Signed-off-by: hye-on <[email protected]> * Revert "Remove version tags and add notes for schema changes" This reverts commit 1622f24. Signed-off-by: Thomas Farr <[email protected]> --------- Signed-off-by: hye-on <[email protected]> Signed-off-by: Thomas Farr <[email protected]> Co-authored-by: Thomas Farr <[email protected]> * Added paginationDepth to HybridQuery (#848) * Added paginationDepth to HybridQuery Signed-off-by: Wonjae Lee <[email protected]> * Fixed diff and added test with pagination_depth Signed-off-by: Wonjae Lee <[email protected]> * Lint & changelog Signed-off-by: Wonjae Lee <[email protected]> --------- Signed-off-by: Wonjae Lee <[email protected]> Co-authored-by: Thomas Farr <[email protected]> * Added `warm` to `ClusterNodeCount` Signed-off-by: Thomas Farr <[email protected]> * Support indices and shards on nodes stats cache Signed-off-by: Thomas Farr <[email protected]> * Add total_primary_shards_per_node Signed-off-by: Thomas Farr <[email protected]> * Fix flow framework provision response status code Signed-off-by: Thomas Farr <[email protected]> * Fix security status codes Signed-off-by: Thomas Farr <[email protected]> --------- Signed-off-by: Thomas Farr <[email protected]> Signed-off-by: hye-on <[email protected]> Signed-off-by: Wonjae Lee <[email protected]> Co-authored-by: 조혜온 <[email protected]> Co-authored-by: Wonjae Lee <[email protected]>
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.
Description
This PR will add paginationDepth to HybridQUery
Issues Resolved
It will close opensearch-project/opensearch-java#1491
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.