mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Transport highlighting information to the client
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user