public function updateRepositoryColumns(CategoryInterface $category, AttributeKeyInterface $key, $previousHandle = null)
 {
     if ($this->isValid($category)) {
         $attributeIndexer = $key->getSearchIndexer();
         $attributeIndexer->updateSearchIndexKeyColumns($category, $key, $previousHandle);
     }
 }