Re: Facet pivot sorting while combining Stats Component With Pivots in Solr 5

2015-03-19 Thread Yonik Seeley
On Fri, Mar 13, 2015 at 1:43 PM, Dominique Bejean dominique.bej...@eolya.fr wrote: Thank you for the response This is something Heliosearch can do. Ionic Seeley, created a JIRA ticket to back port this feature to Solr 5. Oh, I'm charged now, am I? ;-) I'ts been committed, and will be in

Re: Facet pivot sorting while combining Stats Component With Pivots in Solr 5

2015-03-13 Thread Dominique Bejean
Thank you for the response This is something Heliosearch can do. Ionic Seeley, created a JIRA ticket to back port this feature to Solr 5. https://issues.apache.org/jira/browse/SOLR-7214 But in order to be available in Solr 5 this ticket should cover both http://heliosearch.org/json-facet-api/

Facet pivot sorting while combining Stats Component With Pivots in Solr 5

2015-03-13 Thread Dominique Bejean
Hi, Here is a query with a sample result set. http://localhost:8983/solr/myindex/select?q=*%3A*wt=jsonindent=truestats=truestats.field={!tag=piv1}sizefacet=truefacet.limit=10facet.pivot={!stats=piv1}objectrows=0 facet_counts:{ facet_queries:{}, facet_fields:{}, facet_dates:{},

Re: Facet pivot sorting while combining Stats Component With Pivots in Solr 5

2015-03-13 Thread Chris Hostetter
: Is it possible to sort the facet pivot items by using a stat value like sum : or mean ? Not at the moment no. It's something i'd like to see implemented eventually, but it would require a *huge* amount of re-implementation of how the faceting code currently works. -Hoss