-
Notifications
You must be signed in to change notification settings - Fork 94
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
add queryFieldNames field in Doc Level Queries #582
Merged
Merged
Conversation
This file contains 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
eirsep
requested review from
lezzago,
qreshi,
bowenlan-amzn,
rishabhmaurya,
getsaurabh02,
sbcd90 and
AWSHurneyt
as code owners
January 31, 2024 21:19
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #582 +/- ##
============================================
- Coverage 74.00% 73.98% -0.03%
- Complexity 890 892 +2
============================================
Files 133 133
Lines 5843 5865 +22
Branches 715 716 +1
============================================
+ Hits 4324 4339 +15
- Misses 1207 1215 +8
+ Partials 312 311 -1 ☔ View full report in Codecov by Sentry. |
eirsep
force-pushed
the
queryFieldNames
branch
from
February 19, 2024 02:03
e937440
to
a0251a3
Compare
Signed-off-by: Surya Sashank Nistala <[email protected]>
Signed-off-by: Surya Sashank Nistala <[email protected]>
eirsep
force-pushed
the
queryFieldNames
branch
from
February 19, 2024 02:05
a0251a3
to
13c2cb8
Compare
AWSHurneyt
approved these changes
Feb 19, 2024
engechas
approved these changes
Feb 19, 2024
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Feb 19, 2024
* add queryFieldNames field in Doc Level Queries Signed-off-by: Surya Sashank Nistala <[email protected]> * add tests to verify queryFieldNames field in DocLevelQuery Signed-off-by: Surya Sashank Nistala <[email protected]> --------- Signed-off-by: Surya Sashank Nistala <[email protected]> (cherry picked from commit 75925dc) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
eirsep
pushed a commit
that referenced
this pull request
Feb 19, 2024
* add queryFieldNames field in Doc Level Queries * add tests to verify queryFieldNames field in DocLevelQuery --------- (cherry picked from commit 75925dc) Signed-off-by: Surya Sashank Nistala <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
eirsep
pushed a commit
to eirsep/common-utils
that referenced
this pull request
Mar 13, 2024
… (opensearch-project#597) * add queryFieldNames field in Doc Level Queries * add tests to verify queryFieldNames field in DocLevelQuery --------- (cherry picked from commit 75925dc) Signed-off-by: Surya Sashank Nistala <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
engechas
pushed a commit
to engechas/common-utils
that referenced
this pull request
Mar 13, 2024
* add queryFieldNames field in Doc Level Queries Signed-off-by: Surya Sashank Nistala <[email protected]> * add tests to verify queryFieldNames field in DocLevelQuery Signed-off-by: Surya Sashank Nistala <[email protected]> --------- Signed-off-by: Surya Sashank Nistala <[email protected]>
eirsep
added a commit
that referenced
this pull request
Mar 13, 2024
* add queryFieldNames field in Doc Level Queries * add tests to verify queryFieldNames field in DocLevelQuery --------- (cherry picked from commit 75925dc) Signed-off-by: Surya Sashank Nistala <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
goyamegh
pushed a commit
to goyamegh/common-utils
that referenced
this pull request
Mar 13, 2024
… (opensearch-project#597) --------- (cherry picked from commit 75925dc) Signed-off-by: Surya Sashank Nistala <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
5 tasks
engechas
added a commit
that referenced
this pull request
Mar 13, 2024
* add logback-classic for CVE-2023-6378 Signed-off-by: Joanne Wang <[email protected]> * updated com.pinterest:ktlint to v0.47.1 Signed-off-by: jowg-amazon <[email protected]> * Run ktlintFormat Signed-off-by: Chase Engelbrecht <[email protected]> * add queryFieldNames field in Doc Level Queries (#582) * add queryFieldNames field in Doc Level Queries Signed-off-by: Surya Sashank Nistala <[email protected]> * add tests to verify queryFieldNames field in DocLevelQuery Signed-off-by: Surya Sashank Nistala <[email protected]> --------- Signed-off-by: Surya Sashank Nistala <[email protected]> * Fix tests Signed-off-by: Chase Engelbrecht <[email protected]> --------- Signed-off-by: Joanne Wang <[email protected]> Signed-off-by: jowg-amazon <[email protected]> Signed-off-by: Chase Engelbrecht <[email protected]> Signed-off-by: Surya Sashank Nistala <[email protected]> Co-authored-by: Joanne Wang <[email protected]> Co-authored-by: Surya Sashank Nistala <[email protected]>
jowg-amazon
pushed a commit
that referenced
this pull request
Mar 14, 2024
* add queryFieldNames field in Doc Level Queries Signed-off-by: Surya Sashank Nistala <[email protected]> * add tests to verify queryFieldNames field in DocLevelQuery Signed-off-by: Surya Sashank Nistala <[email protected]> --------- Signed-off-by: Surya Sashank Nistala <[email protected]> (cherry picked from commit 75925dc) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
jowg-amazon
added a commit
that referenced
this pull request
Mar 14, 2024
* fix cve Signed-off-by: jowg-amazon <[email protected]> * add queryFieldNames field in Doc Level Queries (#582) * add queryFieldNames field in Doc Level Queries Signed-off-by: Surya Sashank Nistala <[email protected]> * add tests to verify queryFieldNames field in DocLevelQuery Signed-off-by: Surya Sashank Nistala <[email protected]> --------- Signed-off-by: Surya Sashank Nistala <[email protected]> (cherry picked from commit 75925dc) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: jowg-amazon <[email protected]> Signed-off-by: Surya Sashank Nistala <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
goyamegh
added a commit
to goyamegh/common-utils
that referenced
this pull request
Mar 15, 2024
… (opensearch-project#597) --------- (cherry picked from commit 75925dc) Signed-off-by: Surya Sashank Nistala <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # src/test/kotlin/org/opensearch/commons/alerting/model/XContentTests.kt
jowg-amazon
added a commit
that referenced
this pull request
Mar 15, 2024
Signed-off-by: jowg-amazon <[email protected]>
5 tasks
jowg-amazon
added a commit
that referenced
this pull request
Mar 15, 2024
AWSHurneyt
pushed a commit
to AWSHurneyt/common-utils
that referenced
this pull request
Apr 12, 2024
… (opensearch-project#597) * add queryFieldNames field in Doc Level Queries * add tests to verify queryFieldNames field in DocLevelQuery --------- (cherry picked from commit 75925dc) Signed-off-by: Surya Sashank Nistala <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: AWSHurneyt <[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.
add queryFieldNames field in Doc Level Queries. When specified this field gives the list of fields to query and fetch from all docs to be searched in the index as opposed to fetching entire
_source
of each document.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.