can any body explain 开发者_Go百科how during indexing i can use copyfield or dynamicfield or multivalued field functionality usin solrnet
Map multiValued fields to ICollection<T> properties:
[SolrField("features")]
public ICollection<string> Features {get;set;}
I just updated the docs about mapping dynamicFields.
加载中,请稍侯......
精彩评论