Code for getting distinct facet counts across shards(Distributed Process).

2011-06-09 Thread rajini maski
In solr 1.4.1, for getting distinct facet terms count across shards, The piece of code added for getting count of distinct facet terms across distributed process is as followed: Class: facetcomponent.java Function: -- finishStage(ResponseBuilder rb) for (DistribFieldFacet dff :

Re: Code for getting distinct facet counts across shards(Distributed Process).

2011-06-09 Thread Bill Bell
I have coded and tested this and it appears to work. Are you having any problems? On 6/9/11 12:35 AM, rajini maski rajinima...@gmail.com wrote: In solr 1.4.1, for getting distinct facet terms count across shards, The piece of code added for getting count of distinct facet terms across