Mirocow/yii2-elasticsearch

View on GitHub
src/contracts/QueryInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace mirocow\elasticsearch\contracts;

use mirocow\elasticsearch\exceptions\SearchIndexerException;

/**
 * Interface QueryInterface
 * @package mirocow\elasticsearch\contracts
 */
interface QueryInterface
{

}