babenkoivan / elastic-scout-driver-plus

Extension for Elastic Scout Driver
MIT License
267 stars 52 forks source link

Bulk Response Exception. Error When creating an index #112

Closed tmuzanenhamo closed 2 years ago

tmuzanenhamo commented 2 years ago

root@61b8afc97f20:/var/www# php artisan scout:import "App\Models\LuxityProduct"

ElasticAdapter\Exceptions\BulkRequestException

One or more operations in the bulk request did not complete successfully

at vendor/babenkoivan/elastic-adapter/src/Documents/DocumentManager.php:51 47▕ 48▕ $response = $this->client->bulk($params); 49▕ 50▕ if ($response['errors']) { ➜ 51▕ throw new BulkRequestException($response); 52▕ } 53▕ 54▕ return $this; 55▕ }

  +23 vendor frames 

24 artisan:37 Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))