Add task to index current database state

This commit is contained in:
Eike Kettner
2020-06-18 22:38:45 +02:00
parent 146d1b0562
commit 60c079f664
12 changed files with 317 additions and 8 deletions

View File

@ -368,6 +368,9 @@ docspell.joex {
# Configuration of the full-text search engine.
full-text-search {
enabled = true
migration = {
index-all-chunk = 10
}
solr = {
url = "http://localhost:8983/solr/docspell_core"
}