mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-05 22:55:58 +00:00
Update docs
This commit is contained in:
parent
481d31ee74
commit
5d05d19d32
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user