I'd like to index generic child/parent relationships, i.e. not requiring
all children having a parent of the same type. For example instead of a
"blog_tag" child type with a "blog" parent type, an "article_tag" child
with an "article" parent type and so on, have a single "tag" child type
with a (static or dynamic) set of possible parent types. If (as I can
tell) elasticsearch doesn't support such functionality out of the box, what
is a good way to work around this?
I'd like to index generic child/parent relationships, i.e. not requiring
all children having a parent of the same type. For example instead of a
"blog_tag" child type with a "blog" parent type, an "article_tag" child
with an "article" parent type and so on, have a single "tag" child type
with a (static or dynamic) set of possible parent types. If (as I can
tell) elasticsearch doesn't support such functionality out of the box, what
is a good way to work around this?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.