Hello, I am exploring solr and its new feature ( Parallel Sql Interface and Stream api ).
I have tried most of the api's and works fine. But, I am facing issue with multivalue field. My Json input has multi value fields. I trying to aggregate those fields but I am unable to. Exception : can not sort on multivalued field My use case : input: { id: 1 field1:[1,2,3], app.name:[watsapp,facebook,... ] } { id: 2 field1:[1,2,3], app.name:[watsapp,facebook,... ] } Expected result : watsapp: 2 facebook : 2 I have 2 TB data . I wanted to execute in aggmode=map_reduce. Any suggestion? -- View this message in context: http://lucene.472066.n3.nabble.com/Multiple-rollups-facets-in-one-streaming-aggregation-tp4291952p4294270.html Sent from the Solr - User mailing list archive at Nabble.com.