<?php namespace IQDEV\ElasticSearch\Indexer; interface IndexProvider { public function get(): \Generator; }