laravel-scout-elastic icon indicating copy to clipboard operation
laravel-scout-elastic copied to clipboard

Elastic Driver for Laravel Scout

Results 7 laravel-scout-elastic issues
Sort by recently updated
recently updated
newest added

支持laravel9 laravel/scout:9.4 es:8.2.3 我的测试环境:https://gitee.com/orangbus/docker-elk-stack

Since original PR was not merged, Im opening a new one. Issue is with ES 7.17, hits is array ``` "hits" : { "total" : { "value" : 10000, "relation"...

![image](https://user-images.githubusercontent.com/23445884/177464985-7289dde8-47e2-4dd0-bf74-29ed9b488a4d.png)

To use the elastic search 8 needed a few changes that were made

Hi. Trying to install the package and even though I have "elasticsearch/elasticsearch": "^8.4" installed, I get a very strange error. ``` > @php artisan package:discover --ansi Exception Please install the...

after 7.0 ,only 'index', delete 'Type' ScoutEngines\Elasticsearch\ElasticsearchEngine.php Cancellation Code: `'_type' => $model->searchableAs()` `public function update($models) { $params['body'] = []; $models->each(function($model) use (&$params) { $params['body'][] = [ 'update' => [ '_id'...

When I use ->forceDelete() on model, the documents on elasticsearch don't delete.