Fix documentation about fulltext search

This commit is contained in:
eikek
2022-04-24 18:34:22 +02:00
parent f5958b3a51
commit 9851b71c45
5 changed files with 26 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