| Name | Type | Description | Required |
|---|---|---|---|
| module_list | String |
Comma delimited list of modules to be reindexed. If omitted, all search enabled modules will be reindexed.
Example: Accounts,Contacts
|
False |
| clear_data | Boolean |
If set the records of the selected modules will be removed from the search backend and the schema will be
recreated. All records from given modules will be queued to be reindexed which is orchestrated by the job
queue.
If not set, nothing is dropped from the search backend and all records of the selected modules are queued
for reindexing. This is the default behavior.
Example: Accounts,Contacts
|
False |
{
"success": true
}
| Version | Change |
|---|---|
| v10 |
Added /Administration/search/reindex POST endpoint.
|