can any body explain 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.