can i use copyfield or dynamicfield or multivalued field functionality in solrnet?

StackOverflow https://stackoverflow.com/questions/3644627

  •  01-10-2019
  •  | 
  •  

문제

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top