Regenerating full-text indexes
When you store your data records in a SQL database, you may at times need to
regenerate full-text indexes, for instance to deal with index desynchronization
issues.
Procedure
Enter the following HTTP call in your web browser: http://server:port/talendmdm/services/run?action=reindex&container=<name>.
In this URL, server:port is the server and
port on which Talend MDM is
installed (such as localhost:8180), name
refers to the name of the data container for which you want to regenerate the
index (such as Product).