Skip to content

Usage@Index

Jan Tomášek edited this page Oct 29, 2024 · 2 revisions

Admin can reindex Solr collection from the Index section. Currently there are 4 reindex options:

  • Core (arclibDomainC + ingestIssueC collections)
  • Format (formatC collection)
  • ARCLib XML (arclibXmlC collection)

Data source for all indexes except the last one is the PostgreSQL DB so the reindex is fast. Reindex of the ARCLib XML collection requires all ARCLib XMLs to be retrieved from the Archival Storage and also the indexation process of such documents is more complex. Because of that, in addition to clicking the reindex button, user has to confirm this action in a prompted modal window.

In all cases, reindex request may exceed the timeout limit of the application and is therefore processed asynchronously. User is informed that the process has successfully started, subsequent logs of its process and failures (if any) is available in the system log.

Clone this wiki locally