-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Implement GRPC FunctionScoreQuery #19888
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
Implement GRPC FunctionScoreQuery #19888
Conversation
|
❌ Gradle check result for 815c3c2: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
❌ Gradle check result for 815c3c2: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #19888 +/- ##
============================================
+ Coverage 73.21% 73.28% +0.07%
- Complexity 71416 71561 +145
============================================
Files 5779 5787 +8
Lines 326332 326603 +271
Branches 47227 47290 +63
============================================
+ Hits 238918 239346 +428
+ Misses 68189 68018 -171
- Partials 19225 19239 +14 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
acc9dcd to
7356c1e
Compare
...search/transport/grpc/proto/request/search/query/QueryBuilderProtoConverterRegistryImpl.java
Show resolved
Hide resolved
...ansport/grpc/proto/request/search/query/functionscore/RandomScoreFunctionProtoConverter.java
Outdated
Show resolved
Hide resolved
...sport/grpc/proto/request/search/query/functionscore/FunctionScoreQueryBuilderProtoUtils.java
Outdated
Show resolved
Hide resolved
...sport/grpc/proto/request/search/query/functionscore/FunctionScoreQueryBuilderProtoUtils.java
Outdated
Show resolved
Hide resolved
...sport/grpc/proto/request/search/query/functionscore/FunctionScoreQueryBuilderProtoUtils.java
Outdated
Show resolved
Hide resolved
...sport/grpc/proto/request/search/query/functionscore/FunctionScoreQueryBuilderProtoUtils.java
Outdated
Show resolved
Hide resolved
...ansport/grpc/proto/request/search/query/functionscore/LinearDecayFunctionProtoConverter.java
Outdated
Show resolved
Hide resolved
Signed-off-by: xil <fridalu66@gmail.com>
Signed-off-by: xil <fridalu66@gmail.com>
Signed-off-by: xil <fridalu66@gmail.com>
Signed-off-by: xil <xil@uber.com>
Signed-off-by: xil <xil@uber.com>
Signed-off-by: xil <fridalu66@gmail.com>
ae1d6ba to
149ec4b
Compare
|
❌ Gradle check result for 149ec4b: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: xil <fridalu66@gmail.com>
|
❌ Gradle check result for 7fc8f8d: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
...ansport/grpc/proto/request/search/query/functionscore/LinearDecayFunctionProtoConverter.java
Outdated
Show resolved
Hide resolved
...sport/grpc/proto/request/search/query/functionscore/FunctionScoreQueryBuilderProtoUtils.java
Outdated
Show resolved
Hide resolved
...sport/grpc/proto/request/search/query/functionscore/FunctionScoreQueryBuilderProtoUtils.java
Outdated
Show resolved
Hide resolved
...c/proto/request/search/query/functionscore/FunctionScoreQueryBuilderProtoConverterTests.java
Show resolved
Hide resolved
...ava/org/opensearch/transport/grpc/proto/request/search/query/functionscore/package-info.java
Outdated
Show resolved
Hide resolved
...ransport/grpc/proto/request/search/query/functionscore/GaussDecayFunctionProtoConverter.java
Outdated
Show resolved
Hide resolved
...ransport/grpc/proto/request/search/query/functionscore/GaussDecayFunctionProtoConverter.java
Outdated
Show resolved
Hide resolved
...ansport/grpc/proto/request/search/query/functionscore/ScriptScoreFunctionProtoConverter.java
Outdated
Show resolved
Hide resolved
...rt/grpc/proto/request/search/query/functionscore/FieldValueFactorFunctionProtoConverter.java
Outdated
Show resolved
Hide resolved
Signed-off-by: xil <fridalu66@gmail.com>
...h/transport/grpc/proto/request/search/query/functionscore/LinearDecayFunctionProtoUtils.java
Outdated
Show resolved
Hide resolved
Signed-off-by: xil <fridalu66@gmail.com>
Signed-off-by: xil <fridalu66@gmail.com>
|
❌ Gradle check result for 499060b: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Karen X <karenxyr@gmail.com>
Description
Implement GRPC FunctionScoreQuery
Related Issues
part of #19526
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.