Segmentation fault (core dumped) error while using bref Laravel
Jun 25, 2023 · 2 min read · TL;DR If you are using Elasticsearch then remove the method bulk() from your code and use a normal HTTP request (you can guzzle for this) to invoke the _bulk API of ES to update your documents instead of using Elasticsearch official Laravel library. ...
Join discussion












