-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Ft search #5567
Ft search #5567
Conversation
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.
It seems some tck using fulltext index failed, test_fulltext_ddl.
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## master #5567 +/- ##
==========================================
+ Coverage 77.26% 77.81% +0.54%
==========================================
Files 1125 1125
Lines 85203 85096 -107
==========================================
+ Hits 65833 66217 +384
+ Misses 19370 18879 -491
☔ View full report in Codecov by Sentry. |
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
* Ft search (vesoft-inc#5567) * Add optimizer rule for pushing limit into the fulltext index scan (vesoft-inc#5575) * Merge limit and full text index scan rule (vesoft-inc#5577) * Support to return score from es query (vesoft-inc#5580) * modify ft search (vesoft-inc#5584) * modify ft search * fix bug * address some comment * fix bug * fix conflict --------- Co-authored-by: hs.zhang <[email protected]> Co-authored-by: Yee <[email protected]>
What type of PR is this?
What problem(s) does this PR solve?
Issue(s) number:
Description:
How do you solve it?
Special notes for your reviewer, ex. impact of this fix, design document, etc:
Checklist:
Tests:
Affects:
Release notes:
Please confirm whether to be reflected in release notes and how to describe: