标签: solrnet
任何机构都可以解释索引过程中我如何使用solrnet中的copyfield或dynamicfield或多值字段功能
答案 0 :(得分:3)
将多值字段映射到ICollection<T>属性:
ICollection<T>
[SolrField("features")] public ICollection<string> Features {get;set;}
我刚刚更新了docs about mapping dynamicFields。