In this example of Solr Multivalued Example, we will discuss about how to index a field that contains multiple values and also demonstrate how to retrieve them. There is no difference in the way how Solr stores the index values for a single value field and multiple value field. But, while retrieving the multi value fields from ...