diff options
author | Ekaterina Vaartis <vaartis@kotobank.ch> | 2021-12-20 18:16:33 +0300 |
---|---|---|
committer | Ekaterina Vaartis <vaartis@kotobank.ch> | 2022-10-10 20:19:09 +0300 |
commit | 3412713c5b2fd24605b18933ef70de164ee14f2d (patch) | |
tree | 518a672a2a2dea4d91208c6e401a0be5a9beac07 /docs/configuration | |
parent | 3a11e79de0c7092bf4fe0649e4ab1fcb53eb14a3 (diff) | |
download | pleroma-3412713c5b2fd24605b18933ef70de164ee14f2d.tar.gz pleroma-3412713c5b2fd24605b18933ef70de164ee14f2d.zip |
Update search.md documentation with meilisearch indexing steps
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/search.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/configuration/search.md b/docs/configuration/search.md index c7e77d9c2..7dbbd3e17 100644 --- a/docs/configuration/search.md +++ b/docs/configuration/search.md @@ -60,6 +60,15 @@ have to do it one time, but it might take a while, depending on the amount of po 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). +The sequence of actions is as follows: + +1. First, change the configuration to use `Pleroma.Search.Meilisearch` as the search backend +2. Restart your instance, at this point it can be used while the search indexing is running, though search won't return anything +3. Start the initial indexing process (as described below with `index`), + and wait until the task says it sent everything from the database to index +4. Wait until everything is actually indexed (by checking with `stats` as described below), + at this point you don't have to do anything, just wait a while. + To start the initial indexing, run the `index` command: === "OTP" |