<?php namespace IQDEV\ElasticSearch; interface Configuration { public function getIndexName(): string; public function getMapping(): array; }