From e5d1156d00e7468a3ef45de2c74df85568ffa423 Mon Sep 17 00:00:00 2001 From: Dominique Feyer Date: Mon, 11 Jul 2016 12:54:01 +0200 Subject: [PATCH] TASK: Remove update alias command The alias update is done automatically --- .../Command/NodeIndexQueueCommandController.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Classes/Flowpack/ElasticSearch/ContentRepositoryQueueIndexer/Command/NodeIndexQueueCommandController.php b/Classes/Flowpack/ElasticSearch/ContentRepositoryQueueIndexer/Command/NodeIndexQueueCommandController.php index 6ee9f5d..573f888 100644 --- a/Classes/Flowpack/ElasticSearch/ContentRepositoryQueueIndexer/Command/NodeIndexQueueCommandController.php +++ b/Classes/Flowpack/ElasticSearch/ContentRepositoryQueueIndexer/Command/NodeIndexQueueCommandController.php @@ -89,14 +89,6 @@ public function buildCommand($workspace = NULL) { $this->outputLine('Indexing jobs created with success ...'); } - /** - * @param string $indexPostfix - */ - public function updateAliasCommand($indexPostfix) { - $this->nodeIndexer->setIndexNamePostfix($indexPostfix); - $this->nodeIndexer->updateIndexAlias(); - } - /** * @param string $workspaceName * @param string $indexPostfix