Update docs

This commit is contained in:
eikek 2021-06-07 21:55:00 +02:00
parent 481d31ee74
commit 5d05d19d32

View File

@ -191,13 +191,17 @@ it is empty (the default), this call is disabled (all admin routes).
Otherwise, the POST request will submit a system task that is executed Otherwise, the POST request will submit a system task that is executed
by a joex instance eventually. by a joex instance eventually.
Using this endpoint, the index will be re-created. This is sometimes Using this endpoint, the entire index (including the schema) will be
necessary, for example if you upgrade SOLR or delete the core to re-created. This is sometimes necessary, for example if you upgrade
provide a new one (see SOLR or delete the core to provide a new one (see
[here](https://solr.apache.org/guide/8_4/reindexing.html) for [here](https://solr.apache.org/guide/8_4/reindexing.html) for
details). Note that a collective can also re-index their data using a details). Another way is to restart docspell (while clearing the
similiar endpoint; but this is only deleting their data and doesn't do index). If docspell detects an empty index at startup, it will submit
a full re-index. a task to build the index automatically.
Note that a collective can also re-index their data using a similiar
endpoint; but this is only deleting their data and doesn't do a full
re-index.
The solr index doesn't contain any new information, it can be The solr index doesn't contain any new information, it can be
regenerated any time using the above REST call. Thus it doesn't need regenerated any time using the above REST call. Thus it doesn't need