aboutsummaryrefslogtreecommitdiff
path: root/docs/installation/7_configuration.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/installation/7_configuration.md')
-rw-r--r--docs/installation/7_configuration.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/installation/7_configuration.md b/docs/installation/7_configuration.md
index 8fbe71c4..67cd339c 100644
--- a/docs/installation/7_configuration.md
+++ b/docs/installation/7_configuration.md
@@ -140,12 +140,12 @@ room_server:
## Fulltext search
-Dendrite supports experimental fulltext indexing using [Bleve](https://github.com/blevesearch/bleve), it is configured in the `sync_api` section as follows. Depending on the language most likely to be used on the server, it might make sense to change the `language` used when indexing, to ensure the returned results match the expections. A full list of possible languages can be found [here](https://github.com/blevesearch/bleve/tree/master/analysis/lang).
+Dendrite supports experimental fulltext indexing using [Bleve](https://github.com/blevesearch/bleve), it is configured in the `sync_api` section as follows. Depending on the language most likely to be used on the server, it might make sense to change the `language` used when indexing, to ensure the returned results match the expectations. A full list of possible languages can be found [here](https://github.com/blevesearch/bleve/tree/master/analysis/lang).
```yaml
sync_api:
# ...
- fulltext:
+ search:
enabled: false
index_path: "./fulltextindex"
language: "en"