-
-
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: Re-support for Elasticsearch #13166
Conversation
…ing of nonsensical strings
このPRによるapi.jsonの差分 差分はこちら |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #13166 +/- ##
===========================================
- Coverage 66.21% 64.89% -1.33%
===========================================
Files 990 986 -4
Lines 117137 111806 -5331
Branches 4489 5750 +1261
===========================================
- Hits 77568 72551 -5017
+ Misses 39538 37821 -1717
- Partials 31 1434 +1403 ☔ View full report in Codecov by Sentry. |
I believe that for indexing purposes, it's more flexible to route indexing through Logstash or a similar intermediary rather than calling Elasticsearch directly from Misskey. Due to Elasticsearch's architecture, concentrating all data into a single index is not advisable for both performance and management reasons. Attempting to finely tune this setup within Misskey could become inefficient, akin to developing a template engine. |
I have currently implemented index splitting by month and the ability to query them simultaneously using a wildcard, allowing for more efficient data retrieval. |
This comment was marked as resolved.
This comment was marked as resolved.
Temporarily closed |
What
Re-support for ElasticSearch Search
Earlier versions of ElasticSearch and OpenSearch are not currently supported due to some official ElasticSearch behavior.
Why
MeiliSearch currently has issues with certain aspects (such as cumbersome upgrade steps). A solution could be provided by re-supporting ElasticSearch.
Additional info (optional)
Checklist