Re: How to apply sum function on multiValued field

2013-09-28 Thread Otis Gospodnetic
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)"

How to apply sum function on multiValued field

2013-09-28 Thread shruti suri
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-