-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat: Introduce Meilisearch #10755
feat: Introduce Meilisearch #10755
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #10755 +/- ##
============================================
- Coverage 94.71% 77.29% -17.42%
============================================
Files 2 900 +898
Lines 454 89579 +89125
Branches 59 6545 +6486
============================================
+ Hits 430 69243 +68813
- Misses 24 20336 +20312
|
維持管理観点である程度規模のあるサーバーならelasticsearchの方が安定すると思うので消しちゃうのはよくないかも meilisearchはスケールアウトができない、(現時点では)レプリケーションもサポートされてないなどプロダクションで動かすにはリスクあるように感じた |
elasticsearchは既に消えてる(このPRで残ってたゴミを消した) |
設定ファイルの注釈としてアップデート時の注意点(と手順)のリンク貼っておいたほうがいいかも あとできればsnapshotの設定例もいるかも |
レビューアサインされてるけど、meilisearchわからんな…。 |
書くとしたらMisskey Hubかも |
* wip * wip * Update SearchService.ts * Update SearchService.ts * wip * wip * Update SearchService.ts * Update CHANGELOG.md * wip * Update SearchService.ts * Update docker-compose.yml.example
* wip * wip * Update SearchService.ts * Update SearchService.ts * wip * wip * Update SearchService.ts * Update CHANGELOG.md * wip * Update SearchService.ts * Update docker-compose.yml.example
What
#9323
Why
より良い全文検索のため
Additional info (optional)
Checklist