When Text Indexes are regenerated in bulk, new unwanted tables are added to the ts_index_name tableDescriptionWhen regenerating text indexes using the command 'new GlideTextIndexEvent().indexAllNoPurge();', new entries are created into the ts_index_name table.Some of the tables introduced are meaningless and cause huge amounts of text index events to occur while bloating the text indexes in general.Steps to Reproduce 1) Goto an OOB Instance. 2) Navigate to the Text Indexes and not the number of records3) Run the following command: new GlideTextIndexEvent().indexAllNoPurge();'4) Wait a couple of minutes and check the Text Indexes table again. The number of records should have increased.WorkaroundTo stop unwanted tables from returning, locate the respective dictionary collection record for the table in question and set the Text Index checkbox to false.Related Problem: PRB1393259