Appendix C - SSP Configuration
Indexer
In ADITO cloud systems created via the Self-Service Portal (SSP), the indexer configuration—particularly for the Solr server—is predefined and typically does not require modification. If needed, you can find details about the configuration in Appendix: Indexer Configuration.
Updating the Index
After modifying the index or its configuration, changes will only take effect once the server process rebuildIndex_serverProcess
is executed. This process may run automatically on a schedule, depending on your system settings. You can also trigger it manually using the ADITO Manager:
- Open the context "Process" from the "Manager" section in the client’s Global Menu.
- Locate and select the process named
rebuildIndex_serverProcess
(display name: "rebuild Index"). - In the preview area, open the options menu (three dots) and choose Manual execution.
Starting the process "rebuildIndex_serverProcess" via the ADITO Manager
- In the dialog, select an appropriate background server (identified by
…bg…
) and user, then confirm with Save.
Selecting the background server
While the process can technically run on frontend pods, this should be avoided due to load implications and potential restrictions if the IndexAlias does not allow collection management (canManageCollection = false
).
The duration of the indexing process depends on system configuration and data volume. Once completed, log out and log in again to refresh the client state.