我想使用fluentapi创建父子Map。没有例子,如何在文档上做到这一点。我发现的唯一一个例子是https://discuss.elastic.co/t/help-with-nest-fluentapi-create-parent-child-mapping-on-existing-index/90248 . 但这里使用的是不推荐使用的Map。现在如何使用fluentapi而不是automap(),而不使用不推荐的Map?
我想使用fluentapi创建父子Map。没有例子,如何在文档上做到这一点。我发现的唯一一个例子是https://discuss.elastic.co/t/help-with-nest-fluentapi-create-parent-child-mapping-on-existing-index/90248 . 但这里使用的是不推荐使用的Map。现在如何使用fluentapi而不是automap(),而不使用不推荐的Map?
1条答案
按热度按时间pobjuy321#
看一下父/子关系文档。下面是一个示例,它将遍历Map和索引文档。
下面是一个例子