@@ -19,7 +19,7 @@ |
||
| 19 | 19 | * @const string[] valid header options |
| 20 | 20 | */ |
| 21 | 21 | private static $HEADER_OPTIONS = ['index', 'types', 'search_type', |
| 22 | - 'routing', 'preference', ]; |
|
| 22 | + 'routing', 'preference', ]; |
|
| 23 | 23 | /** |
| 24 | 24 | * @var MultiBuilderInterface |
| 25 | 25 | */ |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | |
| 4 | 4 | use Elastica\Aggregation\AbstractAggregation; |
| 5 | 5 | use Elastica\Exception\InvalidException; |
| 6 | -use Elastica\Exception\NotImplementedException; |
|
| 7 | 6 | use Elastica\Query\AbstractQuery; |
| 8 | 7 | use Elastica\Query\MatchAll; |
| 9 | 8 | use Elastica\Query\QueryString; |