and
>>>> transformation rules. For example, when multi-level nesting occurs, what
>>>> does your loader do?
>>>>
>>>> Maybe if the fielld names were derived by concatenating the full path of
>>>> JSON key names, like titles_json.FR, field_
although combinations
> of arrays and maps would be problematic.
>
> -- Jack Krupansky
>
> -----Original Message- From: Michael Pitsounis
> Sent: Wednesday, August 20, 2014 7:14 PM
> To: solr-user@lucene.apache.org
> Subject: embedded documents
>
> Hello everybody,
FR title" , "EN":"This is the
EN title"}
and then index fields
titles.FR:"This is the FR title"
titles.EN:"This is the EN title"
Do you see any problems with this approach?
Regards,
Michael Pitsounis