親子関係を持つオブジェクトを設定しようとしていますが、エラーが発生します:
[Elastica\Exception\ResponseException] RoutingMissingException[[myindex]/[comment]/[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 を使用しています