Merge branch 'current-docs'

This commit is contained in:
eikek
2022-04-24 22:28:24 +02:00
6 changed files with 77 additions and 13 deletions

View File

@ -699,13 +699,13 @@ Docpell Update Check
}
}
# Configuration of the full-text search engine.
# Configuration of the full-text search engine. (the same must be used for restserver)
full-text-search {
# The full-text search feature can be disabled. It requires an
# additional index server which needs additional memory and disk
# space. It can be enabled later any time.
#
# Currently the SOLR search platform is supported.
# Currently the SOLR search platform and PostgreSQL is supported.
enabled = false
# Which backend to use, either solr or postgresql

View File

@ -289,13 +289,13 @@ docspell.server {
secret = ""
}
# Configuration of the full-text search engine.
# Configuration of the full-text search engine. (the same must be used for joex)
full-text-search {
# The full-text search feature can be disabled. It requires an
# additional index server which needs additional memory and disk
# space. It can be enabled later any time.
#
# Currently the SOLR search platform is supported.
# Currently the SOLR search platform and PostgreSQL is supported.
enabled = false
# Which backend to use, either solr or postgresql