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

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

  •  01-10-2019
  •  | 
  •  

Pergunta

can any body explain how during indexing i can use copyfield or dynamicfield or multivalued field functionality usin solrnet

Foi útil?

Solução

Map multiValued fields to ICollection<T> properties:

[SolrField("features")]
public ICollection<string> Features {get;set;}

I just updated the docs about mapping dynamicFields.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top