We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90ffc72 commit 6ab7279Copy full SHA for 6ab7279
1 file changed
Classes/Driver/Version5/SystemDriver.php
@@ -11,21 +11,14 @@
11
* source code.
12
*/
13
14
-use Flowpack\ElasticSearch\ContentRepositoryAdaptor\Driver\Version1;
+use Flowpack\ElasticSearch\ContentRepositoryAdaptor\Driver\Version2;
15
use TYPO3\Flow\Annotations as Flow;
16
17
/**
18
* System driver for Elasticsearch version 5.x
19
*
20
* @Flow\Scope("singleton")
21
22
-class SystemDriver extends Version1\SystemDriver
+class SystemDriver extends Version2\SystemDriver
23
{
24
- /**
25
- * {@inheritdoc}
26
- */
27
- public function status()
28
- {
29
- return $this->searchClient->request('GET', '/_stats')->getTreatedContent();
30
- }
31
}
0 commit comments