SolrFacetPivotQuery Stats

32 views
Skip to first unread message

Adam Whittaker

unread,
Mar 9, 2015, 11:57:56 AM3/9/15
to sol...@googlegroups.com
Hello,

Is there anyway to display stats withing a SolrFacetPivotQuery?

I am currently using this query:

  solroptions.Facet = new FacetParameters
            {
                
                Queries = new[]
                    {
                        
                        new SolrFacetPivotQuery
                        {
                            
                            Fields = new[] {new PivotFields("Team", "Manager1", "Manager2", "Agent")},
                            
                            MinCount = 1,
                            
                        }
                        
                    },
                  

            };

I can add STATs separately to QueryOptions but I thought it would be easier if i could get the stats to appear within each pivot.

Thanks.

Mauricio Scheffer

unread,
May 3, 2015, 10:24:47 AM5/3/15
to sol...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages