And it might make sense to have a "multi-value flattening" attribute for
Solr itself rather than in SolrCell.
-- Jack Krupansky
-----Original Message-----
From: Raphaël
Sent: Monday, May 28, 2012 12:56 PM
To: solr-user@lucene.apache.org
Subject: Re: UpdateRequestProcessor : flattened values
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.