tSynonymOutput
Creates a Lucene index and feeds it with entries and the related synonyms it receives.
tSynonymOutput creates synonym indexes that some components like tStandardizeRow or tSynonymSearch can refer to when processing data.
For further information about how to access and manage the words and the reference entries (documents) of an existing synonym index using the synonym index editor, see the Talend Studio User Guide.
For further information about available synonym indexes, see the appendix about data synonym dictionaries in the Talend Studio User Guide.
Information noteNote: 
         
   The synonym similarity computation is enhanced since the
            Studio version 5.1. If your indexes were created with version 5.0 or lower and you need
            to handle them using this enhanced computation method, you have to update these indexes
            by executing the IndexMigrator.jar file
            downloadable from: https://github.com/Talend/tdq-studio-se/blob/master/main/plugins/org.talend.dataquality.standardization.migration/dist/IndexMigrator.jar. The command to be used to run this
            jar file is:  
         
      
               java -jar IndexMigrator.jar <inputPath> <outputPath(optional)>