...
Section | ||
---|---|---|
| ||
The rebuild processes are available since version 5.0 of the projectdoc Toolbox. Prior to this version the projectdoc Toolbox provided indexing services that run on a different traversal strategy. The new processes allow to usually perform more quickly. We will use the term 'update' to generally refer to either reindex, rebuild, refresh, revalidate, and repair processes. We reserve the term reindex for the content indexing with Lucene. The term indexing refers to the update processes being available prior to version 5.0. The terms reindex, rebuild, refresh, revalidate, and repair are explained in this document. |
Section | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||
The projectdoc Toolbox knows four kinds of updates to be performed for projectdoc documents.
If everything works fine with the projectdoc Toolbox none of these services are required. Typically all lookup information is up-to-date. An update is made whenever a projectdoc document is updated by a user.
|
...
Section | ||
---|---|---|
| ||
The duration of an update process is also dependent on how the documents to process are found. As long as the projectdoc documents are all in the tables, the process may simply iterate over the document table and update each document accordingly. If projectdoc documents are missing, then the Confluence pages must be traversed, which will take more time. Administrators may decide to restrict the search for candidates to process by spaces. This is helpful for use cases where Administrators know in which spaces the projectdoc Toolbox is actually used. Services may also be instructed to search only in spaces with a projectdoc homepage. This is helpful if users will either use projectdoc documents in a space or not and if they use them, all Confluence pages are projectdoc documents. |
Section | ||
---|---|---|
| ||
The Admin User Interface is a simplified interface to cover the typical use cases with preconfigured parameters. If background processes start one of the update services, then this will be shown in the UI. Administrators may also access the underlying long-running task via the Confluence REST interface. The UI is part of the General Configuration screen of Confluence for Administrators: Rebuild & Refresh This UI provides access to all four use case: Refresh, Revalidate, Repair, and Rebuild. In case administrators need to control the parameters, they need to use the underlying web services via their REST interface directly. |
Section | ||
---|---|---|
| ||
| ||
| ||
|
Section | ||
---|---|---|
| ||
|
Section | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||
|
...