Skip to content

Commit 90ffc72

Browse files
committed
BUGFIX: Fix cleanup command
Using _stats instead of _status endpoint
1 parent 216dfe6 commit 90ffc72

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Classes/Driver/Version5/SystemDriver.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,11 @@
2121
*/
2222
class SystemDriver extends Version1\SystemDriver
2323
{
24+
/**
25+
* {@inheritdoc}
26+
*/
27+
public function status()
28+
{
29+
return $this->searchClient->request('GET', '/_stats')->getTreatedContent();
30+
}
2431
}

0 commit comments

Comments
 (0)