On Wed, 2013-11-06 at 01:00 +0100, PeterKerk wrote:
> By default solr sorts facets by the amount of hits for each result. However,
> I want to sort by facetnames alphabetically.
That is currently not possible in Solr. You can return then in Unicode
order, as Koji and manju16832003 suggests, but th
That works, thanks!
--
View this message in context:
http://lucene.472066.n3.nabble.com/solr-sort-facets-by-name-tp4099499p4099572.html
Sent from the Solr - User mailing list archive at Nabble.com.
Yes it is
facet.sort=index would return facet result set in alphabetical order
--
View this message in context:
http://lucene.472066.n3.nabble.com/solr-sort-facets-by-name-tp4099499p4099522.html
Sent from the Solr - User mailing list archive at Nabble.com.
(13/11/06 9:00), PeterKerk wrote:
By default solr sorts facets by the amount of hits for each result. However,
I want to sort by facetnames alphabetically. Earlier I sorted the facets on
the client or via my .NET code, however, this time I need solr to return the
results with alphabetically sorte
this message in context:
http://lucene.472066.n3.nabble.com/solr-sort-facets-by-name-tp4099499.html
Sent from the Solr - User mailing list archive at Nabble.com.