Skip to end of banner
Go to start of banner

How to trigger content re-indexing and view the status of indexing

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This describes how to trigger content re-indexing and view the status of the indexing in the Confluence application.

Instructions

There are two ways in which you will be able to trigger the content re-indexing using prototype rest api and using UI actions


DescriptionUse
Prototype Rest API

start re-index
-a renderRequest --request rest/prototype/1/index/reindex --requestType post --type JSON  
view status
-a renderRequest --request rest/prototype/1/index/reindex
UI actionsstart re-index
-a renderRequest --request admin/reindextaskprogress.action   

view status
-a renderRequest --request json/reindextaskprogress.action


  • No labels