Would like to have 2 sorting parameters for Facets - one for order, and one for
display
---------------------------------------------------------------------------------------
Key: SOLR-2431
URL: https://issues.apache.org/jira/browse/SOLR-2431
Project: Solr
Issue Type: New Feature
Components: search
Affects Versions: 4.0
Reporter: Bill Bell
Priority: Minor
Since 1.4, facet.sort=index and count exist.
I would like to add facet.display=alpha to change the order.
Use case:
I want to output 10 facet terms from highest to lowest count. i.e.
facet.sort=count&facet.limit=10
But I want the actual order to be alphabetical. i.e. facet.display=index
Otherwise our program needs to get the list, and sort it on the client side.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]