Есть несколько моделей, в первой индексы через scout добавились, когда хотел добавить во вторую то серв elasticsearch бросил ошибку:
failed to put mappings on indices [[[laravel/zSE2OCsYTFixnXcUTuKmHw]]], type [orders]
java.lang.IllegalArgumentException: Rejecting mapping update to [laravel] as the final mapping would have more than 1 type: [customers, orders]
Добавлял индекс так:
php artisan scout:import "App\Models\Butlers\Order"
Imported [App\Models\Butlers\Order] models up to ID: 2
All [App\Models\Butlers\Order] records have been imported.