The following database transactions are performed during a pdm_k_reindex.
This command initializes the utility for re-indexing knowledge documents and updating search related settings.
- Turns on flag in column "reindex_on" in the table USP_PROPERTIES
- Truncates current search table (EBR_FULLTEXT or EBR_FULLTEXT_ADM tables)
- Populates current search table with keyword data (EBR_FULLTEXT or EBR_FULLTEXT_ADM tables)
- Copies changed/added "noise-words", "special terms", "synonyms", and "parse settings" in the EBR_PROPERTIES table
- Switch tables (EBR_FULLTEXT or EBR_FULLTEXT_ADM tables)
- Creates indexes in the current table (EBR_FULLTEXT or EBR_FULLTEXT_ADM tables)
- Turns off the flag in the "reindex_on" column in the table USP_PROPERTIES