diff options
author | Lain Soykaf <lain@lain.com> | 2024-05-20 18:21:46 +0400 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2024-05-20 18:21:46 +0400 |
commit | c67506ba689633cd65f266610f2cd2a5da34912b (patch) | |
tree | 173b9cc6938d0dd9dd69623079ef080f052d1807 /docs/configuration/search.md | |
parent | 086ba59d0346be870dc7df2660fbb55666bf0af7 (diff) | |
parent | e8cd6662eb2a534e3be16b522bf81b25b194edab (diff) | |
download | pleroma-c67506ba689633cd65f266610f2cd2a5da34912b.tar.gz pleroma-c67506ba689633cd65f266610f2cd2a5da34912b.zip |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into auth-fetch-exception
Diffstat (limited to 'docs/configuration/search.md')
-rw-r--r-- | docs/configuration/search.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/search.md b/docs/configuration/search.md index f131948a7..0316c9bf4 100644 --- a/docs/configuration/search.md +++ b/docs/configuration/search.md @@ -38,7 +38,7 @@ indexes faster when it can process many posts in a single batch. Information about setting up meilisearch can be found in the [official documentation](https://docs.meilisearch.com/learn/getting_started/installation.html). You probably want to start it with `MEILI_NO_ANALYTICS=true` environment variable to disable analytics. -At least version 0.25.0 is required, but you are strongly adviced to use at least 0.26.0, as it introduces +At least version 0.25.0 is required, but you are strongly advised to use at least 0.26.0, as it introduces the `--enable-auto-batching` option which drastically improves performance. Without this option, the search is hardly usable on a somewhat big instance. @@ -61,7 +61,7 @@ You will see a "Default Admin API Key", this is the key you actually put into yo ### Initial indexing -After setting up the configuration, you'll want to index all of your already existsing posts. Only public posts are indexed. You'll only +After setting up the configuration, you'll want to index all of your already existing posts. Only public posts are indexed. You'll only have to do it one time, but it might take a while, depending on the amount of posts your instance has seen. This is also a fairly RAM consuming process for `meilisearch`, and it will take a lot of RAM when running if you have a lot of posts (seems to be around 5G for ~1.2 million posts while idle and up to 7G while indexing initially, but your experience may be different). |