I'm new to Apache Solr. Even after reading the documentation part, I'm finding difficult to clearly understand the functionality and use of multiValued field type property. What internally Solr does/treats/handles a field that is marked as multiValued? What is the difference in indexing in Solr between a field that is multiValued and those that are not?
Can somebody explain with some good example?
Doc says:
multiValued=true|false
True if this field may contain multiple values per document, i.e. if it can appear multiple times in a document