I know that there are similar questions about SOLR, some give insights but not a solution for exaclty what I am trying to do.
I would like to create one core having multi language data. For exemple it is possible to have field like description_fr, description_en. I would like to send description fr when the request whant the data in french and do not send the description_en.
Some of my questions :
- How do I define the data to be indexed
- How do I tell the application to request the search against the English or French version of the fields ?
Thanks a lot