Skip to content

Commit e5d1156

Browse files
committed
TASK: Remove update alias command
The alias update is done automatically
1 parent 38bbc61 commit e5d1156

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Classes/Flowpack/ElasticSearch/ContentRepositoryQueueIndexer/Command/NodeIndexQueueCommandController.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,6 @@ public function buildCommand($workspace = NULL) {
8989
$this->outputLine('Indexing jobs created with success ...');
9090
}
9191

92-
/**
93-
* @param string $indexPostfix
94-
*/
95-
public function updateAliasCommand($indexPostfix) {
96-
$this->nodeIndexer->setIndexNamePostfix($indexPostfix);
97-
$this->nodeIndexer->updateIndexAlias();
98-
}
99-
10092
/**
10193
* @param string $workspaceName
10294
* @param string $indexPostfix

0 commit comments

Comments
 (0)