Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [smila-user] Record metadata mapping in Solr

hi nick,

solr supports only mapping of Values and Seqs of Values. the latter requires the solr field type to be multi valued.

how would you suggest an automapping of maps?
key name -> field name and value -> value?

Thomas Menzel @ brox IT-Solutions GmbH
(sent from mobile device)

Nick <nick.aquilini@xxxxxxxxx> wrote:

Hello,

I would like to index in a Solr Core records that contain a metadata, that is a sequence (AnySeq) of some maps (AnyMap).
Which configuration I need to declare in the schema.xml of the Solr Core?
I already search through the Solr wiki but I can't find out the solution.

Thanks,

Nicolò

Back to the top