Re: Different sort for each facet

2012-06-13 Thread Jack Krupansky
-Original Message- From: Christopher Gross Sent: Wednesday, June 13, 2012 9:19 AM To: solr-user@lucene.apache.org Subject: Re: Different sort for each facet Hmm, it seems that if I leave off the initial "facet.sort=index" then it will sort each by index by default, and I can use th

Re: Different sort for each facet

2012-06-13 Thread Christopher Gross
x? > > What are the attributes and field type for the "people" field? > > -- Jack Krupansky > > -Original Message- From: Christopher Gross > Sent: Tuesday, June 12, 2012 11:05 AM > To: solr-user > Subject: Different sort for each facet > > &g

Re: Different sort for each facet

2012-06-12 Thread Jack Krupansky
ky -Original Message- From: Christopher Gross Sent: Tuesday, June 12, 2012 11:05 AM To: solr-user Subject: Different sort for each facet In Solr 3.4, is there a way I can sort two facets differently in the same query? If I have: http://mysolrsrvr/solr/select?q=*:*&facet=true&a

Different sort for each facet

2012-06-12 Thread Christopher Gross
In Solr 3.4, is there a way I can sort two facets differently in the same query? If I have: http://mysolrsrvr/solr/select?q=*:*&facet=true&facet.field=people&facet.field=category is there a way that I can sort people by the count and category by the name all in one query? Or do I need to do tha