mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Remove useless method in SearchEngineInterface
This commit is contained in:
@@ -369,16 +369,6 @@ class ElasticSearchEngine implements SearchEngineInterface
|
||||
throw new RuntimeException('Elasticsearch engine currently does not support auto-complete.');
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function excerpt($query, $fields, \record_adapter $record, SearchEngineOptions $options = null)
|
||||
{
|
||||
//@todo implements
|
||||
|
||||
return array();
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
|
Reference in New Issue
Block a user