We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c2a211 commit 02d6fddCopy full SHA for 02d6fdd
1 file changed
src/Model/Index.php
@@ -34,6 +34,10 @@ public function execute(
34
$type = $index;
35
}
36
37
+ if ($this->versionProvider->provide() >= \Spameri\ElasticQuery\Response\Result\Version::ELASTIC_VERSION_ID_7) {
38
+ $type = NULL;
39
+ }
40
+
41
try {
42
$response = $this->clientProvider->client()->index(
43
(
0 commit comments