[ https://issues.apache.org/jira/browse/SOLR-781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lars Kotthoff updated SOLR-781: ------------------------------- Attachment: SOLR-781.patch Attaching new patch which addresses the issues raised by Hoss Man. * added legacy tests for facet.sort=true|false parameters and <boolean name="facet.sort"> configuration directives * added deprecation warning when <boolean name="facet.sort"> is found in solrconfig * replaced hardcoded "count", "lex", "true", and "false" with constants in FacetParams > Change facet.sort from boolean to string and specify sort method explicitely > ---------------------------------------------------------------------------- > > Key: SOLR-781 > URL: https://issues.apache.org/jira/browse/SOLR-781 > Project: Solr > Issue Type: New Feature > Affects Versions: 1.3 > Reporter: Lars Kotthoff > Assignee: Erik Hatcher > Fix For: 1.4 > > Attachments: SOLR-781.patch, SOLR-781.patch > > > The facet.sort parameter is currently a boolean, which has some downsides as > explained in http://www.nabble.com/facet.sort-parameter-td19570834.html > Changing it to a string which explicitely states the sort method would > address these issues. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.