On Mon, May 28, 2012 at 10:30:03AM -0400, Jack Krupansky wrote: > "... the access to individual literal fields seems (currently) very limited > as they appear to be flattened." > > That is s "feature" of SolrCell, to flatten multiple values for a > non-multi-valued field into a string concatenation of the values. > > All you need to do is add "multiValued="true"" to the "author" field in your > schema.xml:
Indeed it both works and makes sense though I'd have thought flattening had happen later in the process. Again, thank for your precious help.