Hello,
I believe the most recent builds of Solr have started explicitly throwing an
error around sorting on multiValued fields.  I'd actually been sorting on
multiValued fields for some time without any problems before this, not sure
how Solr was able to handle this in the past...

In any case, I'd like to be able to sort on multiValued fields via a
function query, but keep getting the following error:
can not use FieldCache on multivalued field

I've tried using the function 'sum', 'max', and 'min' with the same result.  
Is there any way to sort on the maximum value, for instance, of a
multiValued field?

Thanks,
-Harish

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Sorting-on-multiValued-fields-via-function-query-tp2681833p2681833.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to