Skip to content

Tag: php

Get all data from index elasticsearch in php

I am doing a test with elasticsearch to implement it in my project. I use CodeIgniter for my website. I found this link:confact/elasticsearch-codeigniter-library I use this library in my project. Which works perfectly. Now my question is how can I return all my data from the index? In principle, when I use Po…