Update Configuration.php

Adding the option to set index_analyzer and search_analyzer to _all field.
This commit is contained in:
Cassiano 2014-04-24 09:39:22 -03:00
parent e83ea0b6c8
commit 39f1033a34

View file

@ -667,6 +667,8 @@ class Configuration implements ConfigurationInterface
$node
->children()
->scalarNode('enabled')->defaultValue(true)->end()
->scalarNode('index_analyzer')->end()
->scalarNode('search_analyzer')->end()
->end()
;