symfony How to deal with large Doctrine datasets - Symfony console command - OutOfMemoryError - PHP Fatal error: Allowed memory size of * bytes exhausted Imagine that you want to import your 5000+ items from database to ElasticSearch and you have restricted memory limits (e.g. 128MB). You will probably end up with PHP Fatal
elasticsearch How to Search across multiple ElasticSearch Indexes with Symfony FOS\ElasticaBundle ElasticSearch v6.0 deprecated multiple types in one index. You can read more here: Removal of mapping types How to deal with this breaking change? Create MultiIndex.php file in