- URL:
 - https://<root>/system/indexer/reconfigure
 - Methods:
 GET- Required Capability:
 - Access allowed with the "Security and Infrastructure" privilege
 - Version Introduced:
 - 10.9.1
 
Description
The reconfigure operation re-creates the index service metadata, schema, and data in the event that they become corrupted. The reconfigure operation may not address out-of-sync indices where the counts in the database and index do not match.
Request parameters
| Parameter | Details | 
|---|---|
  | The response format. The default format is  Values:   | 
Example usage
The following is a sample POST request for the reconfigure operation:
POST /<context>/portaladmin/system/indexer/reconfigure HTTP/1.1
Host: organization.example.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
f=pjsonJSON Response example
{"status": "success"}