X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fconfiguration%2Fsearch.md;h=3c5611309b05fe50af43f4d5b31ca14bec8c272b;hb=a9c82b62f2b73a79613bb23c3153ccf015733c52;hp=7c1093ab9c2d9828cb30debe69fa7f0c18f96a03;hpb=40bec73db6479850cb8b231dabc2123a93623307;p=akkoma diff --git a/docs/configuration/search.md b/docs/configuration/search.md index 7c1093ab9..3c5611309 100644 --- a/docs/configuration/search.md +++ b/docs/configuration/search.md @@ -124,6 +124,8 @@ depends on the amount of text in posts. ## Elasticsearch +**Note: This requires at least ElasticSearch 7** + As with meilisearch, this can be rather memory-hungry, but it is very good at what it does. To use [elasticsearch](https://www.elastic.co/), set the search module to `Pleroma.Search.Elasticsearch`: @@ -154,10 +156,10 @@ To start the initial indexing, run the `build` command: === "OTP" ```sh -./bin/pleroma_ctl search.elasticsearch index activities --cluster Pleroma.Search.Elasticsearch.Cluster +./bin/pleroma_ctl search import activities ``` === "From Source" ```sh -mix elasticsearch.build activities --cluster Pleroma.Search.Elasticsearch.Cluster -``` \ No newline at end of file +mix pleroma.search import activities +```