In a Sitecore Managed Cloud instance, I started to rebuild the xDB Index.
- I opened Kudu console of xxx--xc-search App Service.
- Changed folder to "D:\home\site\wwwroot\App_Data\jobs\continuous\IndexWorker".
- Ran .\Sitecore.XConnectSearchIndexer.exe -rr (or .\Sitecore.XConnectSearchIndexer.exe -requestrebuild).
Default | No index rebuild is requested or running. |
RebuildRequested | The index rebuild is requested but has not started yet. |
Starting | The index rebuild is in the preparation stage. |
RebuildingExistingData | The existing xDB collection data is being extracted and re-indexed. |
RebuildingIncomingChanges | Data added during the previous stage is being indexed. |
Finishing | The post-rebuild steps are being performed. |
Finished | The index rebuild activities have finished. |