Update search docs

This commit is contained in:
Neil Alexander 2022-09-27 17:10:47 +01:00
parent 87be32ca26
commit 34993717fd
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
5 changed files with 25 additions and 15 deletions

View file

@ -327,13 +327,17 @@ sync_api:
max_idle_conns: 2
conn_max_lifetime: -1
# Configuration for the fulltext search
# Configuration for the full-text search engine.
search:
# Whether or not search is enabled.
enabled: false
# The path where the fulltext index will be created in.
index_path: "./fulltextindex"
# The language most likely to be used on the server - used when indexing, to ensure the returned results match the expectations.
# A full list of possible languages can be found at https://github.com/blevesearch/bleve/tree/master/analysis/lang
# The path where the search index will be created in.
index_path: "./searchindex"
# The language most likely to be used on the server - used when indexing, to
# ensure the returned results match expectations. A full list of possible languages
# can be found at https://github.com/blevesearch/bleve/tree/master/analysis/lang
language: "en"
# This option controls which HTTP header to inspect to find the real remote IP