Re: Group and sum in SOLR 5.3

2016-08-08 Thread andreap21
Hi Pablo, will try this.

Sorry for the late reply but I didn't get any notification of this answer!

Thanks,
Andrea



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Group-and-sum-in-SOLR-5-3-tp4289556p4290750.html
Sent from the Solr - User mailing list archive at Nabble.com.


Group and sum in SOLR 5.3

2016-07-29 Thread andreap21
Hi,
is there any way in SOLR 5.3 to achieve grouping and do mathematical
operations like sum, avg on a certain document property?

Please find below example: 


  HIKS
  Hotel Holiday Inn King's cross
  4
  40.99



  HIKS
  Hotel Holiday Inn King's cross
  4
  40.99



  HIKS
  Hotel Holiday Inn King's cross
  4
  40.99


We would need to group by the property_code (HIKS) and get the sum of all
the prices from the resulting group.


Thanks,
Andrea



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Group-and-sum-in-SOLR-5-3-tp4289556.html
Sent from the Solr - User mailing list archive at Nabble.com.