Re-index

Reindex API

Sometimes there is a need to perform a re-index on Elastic Search. Eventually this may happen between deploys, if the mapping of any field requires a change. An internal API has provided in order to perform the re-index.

http:///api/accounts/{accountId}/elastic/reindex

The parameters of the API are the following:

Parameter Parameter Type Data Type Mandatory Description
accountId Path Long Yes The ID of the account to be performed the re-index.