@@ -75,7 +75,7 @@ discard block |
||
| 75 | 75 | 'index' => |
| 76 | 76 | [ |
| 77 | 77 | 'index' => $this->configService->getElasticIndex(), |
| 78 | - 'id' => $document->getProviderId() . ':' . $document->getId(), |
|
| 78 | + 'id' => $document->getProviderId().':'.$document->getId(), |
|
| 79 | 79 | 'type' => 'standard', |
| 80 | 80 | 'body' => $this->generateIndexBody($document) |
| 81 | 81 | ] |
@@ -105,7 +105,7 @@ discard block |
||
| 105 | 105 | 'index' => |
| 106 | 106 | [ |
| 107 | 107 | 'index' => $this->configService->getElasticIndex(), |
| 108 | - 'id' => $document->getProviderId() . ':' . $document->getId(), |
|
| 108 | + 'id' => $document->getProviderId().':'.$document->getId(), |
|
| 109 | 109 | 'type' => 'standard', |
| 110 | 110 | 'body' => ['doc' => $this->generateIndexBody($document)] |
| 111 | 111 | ] |
@@ -133,7 +133,7 @@ discard block |
||
| 133 | 133 | 'index' => |
| 134 | 134 | [ |
| 135 | 135 | 'index' => $this->configService->getElasticIndex(), |
| 136 | - 'id' => $providerId . ':' . $documentId, |
|
| 136 | + 'id' => $providerId.':'.$documentId, |
|
| 137 | 137 | 'type' => 'standard' |
| 138 | 138 | ] |
| 139 | 139 | ]; |