Merge pull request #243 from uehondor/fix-search-command
fix search command
This commit is contained in:
commit
dea32f9b56
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ class FOQElasticaExtension extends Extension
|
|||
$indexDef->setFactoryMethod('getIndex');
|
||||
$container->setDefinition($indexId, $indexDef);
|
||||
$typePrototypeConfig = isset($index['type_prototype']) ? $index['type_prototype'] : array();
|
||||
$indexIds[$name] = $indexId;
|
||||
$indexIds[$indexName] = $indexId;
|
||||
$this->indexConfigs[$name] = array(
|
||||
'index' => new Reference($indexId),
|
||||
'config' => array(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue