-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Implement full-text search of posts with Lucene default #2675
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
Conversation
Signed-off-by: johnniang <johnniang@fastmail.com>
Signed-off-by: johnniang <johnniang@fastmail.com>
Signed-off-by: johnniang <johnniang@fastmail.com>
Signed-off-by: John Niang <johnniang@fastmail.com>
Signed-off-by: John Niang <johnniang@fastmail.com>
Signed-off-by: John Niang <johnniang@fastmail.com>
Signed-off-by: John Niang <johnniang@fastmail.com>
Signed-off-by: John Niang <johnniang@fastmail.com>
Signed-off-by: John Niang <johnniang@fastmail.com>
Signed-off-by: John Niang <johnniang@fastmail.com>
|
plugin-search-widget-1.0.0-alpha.2-plain.jar.zip 主题端搜索可以使用这个插件来测试。 |
ruibaby
left a comment
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
#### What type of PR is this? /kind improvement /milestone 2.0 #### What this PR does / why we need it: 重构文章发布/取消发布/放入回收站的逻辑。适配 halo-dev/halo#2675 #### Special notes for your reviewer: 测试方式: 1. Halo 需要切换到 halo-dev/halo#2675 的分支。 2. Console 需要 `pnpm install`。 3. 测试文章发布/取消发布/放入回收站。 #### Does this PR introduce a user-facing change? ```release-note None ```
guqing
left a comment
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.
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: guqing The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
#### What type of PR is this? /kind improvement /milestone 2.0 #### What this PR does / why we need it: 重构文章发布/取消发布/放入回收站的逻辑。适配 halo-dev#2675 #### Special notes for your reviewer: 测试方式: 1. Halo 需要切换到 halo-dev#2675 的分支。 2. Console 需要 `pnpm install`。 3. 测试文章发布/取消发布/放入回收站。 #### Does this PR introduce a user-facing change? ```release-note None ```
What type of PR is this?
/kind feature
/area core
/milestone 2.0
What this PR does / why we need it:
This PR mainly implement full-text search of posts and provide extension point for other search engine.
Meanwhile, I implement ExtensionGetter to get implemention(s) of extension point from system ConfigMap.
But there still are something to do here:
Because I'm waiting for #2659 got merged.
I create two endpoints:
For full-text search of post
For refreshing indices
Which issue(s) this PR fixes:
Fixes ##2637
Special notes for your reviewer:
Does this PR introduce a user-facing change?