preserve association or position in multivalued in solr
问题 I have multivalued fields in my solr datasource. sample is <doc> <str name="id">23606</str> <arr name="fecha_referencia"> <str>2020-05-24</str> <str>2018-01-18</str> <str>1997-07-22</str> </arr> <arr name="tipo_de_fecha"> <str>Publicacion</str> <str>Creación</str> <str>Edicion</str> </arr> </doc> But the point is that when I do a search I want the date 2020-05-24 to belong to the "Publication" date type , because solr does not handle positions but rather looks for at least one match between