You can't sum with a non-numeric field.
Otis
Solr & ElasticSearch Support
http://sematext.com/
On Sep 28, 2013 8:22 AM, "shruti suri" wrote:
> Hi,
>
> Please Suggest How to apply Sum Function on multivalued field?
>
> q=_val_:"sum(title,source)"
Hi,
Please Suggest How to apply Sum Function on multivalued field?
q=_val_:"sum(title,source)"&fl=score
Gives me Error of "can not use FieldCache on multivalued field: title".
Regards
Shruti
--
View this message in context:
http://lucene.472066.n3.nabble.com/How-