Something went wrong on our end
Forked from
Pavel / search-es
24 commits behind the upstream repository.
Configuration.php 196 B
<?php
namespace IQDEV\ElasticSearch;
interface Configuration
{
public function getIndexName(): string;
public function getMapping(): array;
public function getSettings(): array;
}