PHRAS-508_acl-cache

- fix ref on pdo stmt
This commit is contained in:
Jean-Yves Gaulier
2016-10-27 18:32:39 +02:00
parent ce0aeaff0e
commit e42bb376f8
5 changed files with 6 additions and 3 deletions

View File

@@ -118,7 +118,7 @@ class RecordIndex implements MappingProvider
$child->setAnalyzer('keyword', 'searching');
$child->addChild((new Mapping\StringFieldMapping('raw'))->enableRawIndexing());
$thesaurusMapping->addChild($thesaurusMapping);
$thesaurusMapping->addChild($child);
}
return $thesaurusMapping;