-
Notifications
You must be signed in to change notification settings - Fork 141
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 implementation for simple_query_string
relevance search function in SQL and PPL
#635
Add implementation for simple_query_string
relevance search function in SQL and PPL
#635
Conversation
#192-impl2`, since that branch was corrupted by incorrect merge. Signed-off-by: Yury Fridlyand <[email protected]>
…ing-#192-impl3 Signed-off-by: Yury Fridlyand <[email protected]>
…ace. Signed-off-by: Yury Fridlyand <[email protected]>
Signed-off-by: Yury Fridlyand <[email protected]>
…y processing. Signed-off-by: Yury Fridlyand <[email protected]>
Signed-off-by: Yury Fridlyand <[email protected]>
Signed-off-by: Yury Fridlyand <[email protected]>
Signed-off-by: Yury Fridlyand <[email protected]>
Signed-off-by: Yury Fridlyand <[email protected]>
`simple_query_string` implementation.
Codecov Report
@@ Coverage Diff @@
## main #635 +/- ##
=============================================
- Coverage 94.57% 62.76% -31.82%
=============================================
Files 278 10 -268
Lines 7430 658 -6772
Branches 554 119 -435
=============================================
- Hits 7027 413 -6614
+ Misses 349 192 -157
+ Partials 54 53 -1
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
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.
LGTM
Adjusted com.github.seancfoley:ipaddress version to address CVE. Adjusted org.apache.commons:commons-compress to address CVE. Added commons-io:commons-io due to above update. Signed-off-by: Vijayan Balasubramanian <[email protected]>
Description
Issues Resolved
#192
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.