Update search docs
This commit is contained in:
parent
87be32ca26
commit
34993717fd
5 changed files with 25 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue