Я пытаюсь заполнить объекты, имеющие отношение родитель-потомок, но получаю сообщение об ошибке:
[Elastica\Exception\ResponseException] RoutingMissingException [маршрутизация требуется для [myindex]/[комментарий]/[12345]]
Выдержка из типа conf:
article:
_source:
enabled: false
mappings:
...
comment:
_source:
enabled: false
_parent:
type: article
property: article_id
identifier: id
_routing:
required: true
path: article_id
mappings:
article:
type: long
index: not_analyzed
...
Не могу понять, чего я здесь не хватает...
Я использую Symfony2.3, FOSElasticaBundle 3.0, ElasticSearch 1.2.2