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

@ -367,12 +367,12 @@ docspell.joex {
# Configuration of the full-text search engine.
full-text-search {
enabled = true
enabled = false
migration = {
index-all-chunk = 10
}
solr = {
url = "http://localhost:8983/solr/docspell_core"
url = "http://localhost:8983/solr/docspell"
commit-within = 1000
}
}