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 3260b1b commit b0f2143Copy full SHA for b0f2143
README.md
@@ -46,7 +46,7 @@ $client->search([
46
<?php
47
48
$client = new \Elasticsearch\Client();
49
-$indexRotator = new IndexRotator($client, 'pizza_shops');
+$indexRotator = new \Zumba\ElasticsearchRotator\IndexRotator($client, 'pizza_shops');
50
// Build your index here
51
$newlyBuiltIndexName = 'my_new_built_index_name';
52
$indexRotator->copyPrimaryIndexToSecondary();
0 commit comments