I want to add a command to calculate average of some numeric field. How do I efficiently do this when data is split across multiple shards. I would like to do the computation on each shard, and then aggregate the result.
On Sat, Mar 1, 2014 at 1:51 PM, Furkan KAMACI <furkankam...@gmail.com>wrote: > Hi; > > I've written a dashboard for such kind of purposes and I will make it open > source soon. You can get information of SolrCloud via Solrj or you interact > with Zookeeper. Could you explain more what do you want to do? Which kind > of results do you want to aggregate for SolrCloud installation. > > Thanks; > Furkan KAMACI > > > 2014-03-01 23:39 GMT+02:00 Soumitra Kumar <kumar.soumi...@gmail.com>: > > > Hello, > > > > I want to write a plugin for a SolrCloud installation. > > > > I could not find where and how to aggregate the results from all shards, > > please give some pointers. > > > > Thanks, > > -Soumitra. > > >