Add elision on french tokenizer and fix missed config

This commit is contained in:
Damien Alexandre
2014-09-08 15:50:47 +02:00
parent c488e259f4
commit f535aaf3ad
2 changed files with 13 additions and 13 deletions

View File

@@ -345,7 +345,7 @@ class ElasticSearchEngine implements SearchEngineInterface
* {@inheritdoc}
*
* @todo Allow multiple hosts!
* @return ElastcSearchEngine
* @return \Alchemy\Phrasea\SearchEngine\Elastic\ElasticSearchEngine
*/
public static function create(Application $app, array $options = [])
{