Hierarchical Facet Sorting

2009-10-20 Thread Nasseam Elkarra
We have facet.sort=true however our hierarchical fields are being sorted alphabetically instead of by count. Here is the field type and field definitions: fieldType name=hierarchy class=solr.HierarchicalFacetField omitNorms=true positionIncrementGap=0 indexed=true stored=false delimiter=//

Re: Hierarchical Facet Sorting

2009-10-20 Thread Yonik Seeley
What version of Solr are you using? I just tried this with the latest 1.4-dev version, and it works fine. http://localhost:8983/solr/select?q=*:*facet=truefacet.field=catfacet.sort=true Note that facet.sort=true/false has been deprecated in Solr 1.4