Listing list of indices in ES php api

Hi

I am using ES php api 6.2.
I want to list my list of indices and do a multi match on each index.

Can you explain me how i can list them i am using $this->client->indices()->getMapping($params);
i think it's not working

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.