We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38bbc61 commit e5d1156Copy full SHA for e5d1156
Classes/Flowpack/ElasticSearch/ContentRepositoryQueueIndexer/Command/NodeIndexQueueCommandController.php
@@ -89,14 +89,6 @@ public function buildCommand($workspace = NULL) {
89
$this->outputLine('Indexing jobs created with success ...');
90
}
91
92
- /**
93
- * @param string $indexPostfix
94
- */
95
- public function updateAliasCommand($indexPostfix) {
96
- $this->nodeIndexer->setIndexNamePostfix($indexPostfix);
97
- $this->nodeIndexer->updateIndexAlias();
98
- }
99
-
100
/**
101
* @param string $workspaceName
102
* @param string $indexPostfix
0 commit comments