Transport highlighting information to the client

This commit is contained in:
Eike Kettner
2020-06-22 22:54:39 +02:00
parent a58ffd11e1
commit ffbb16db45
8 changed files with 202 additions and 48 deletions

View File

@ -91,7 +91,7 @@ docspell.server {
# memory and disk space. It can be enabled later any time.
#
# Currently the SOLR search platform is supported.
enabled = true
enabled = false
# When re-creating the complete index via a REST call, this key
# is required. If left empty (the default), recreating the index
@ -103,7 +103,7 @@ docspell.server {
# Configuration for the SOLR backend.
solr = {
url = "http://localhost:8983/solr/docspell_core"
url = "http://localhost:8983/solr/docspell"
commit-within = 1000
}
}