Skip to content

Instantly share code, notes, and snippets.

@cbeer
Created June 23, 2011 15:40
Show Gist options
  • Save cbeer/1042791 to your computer and use it in GitHub Desktop.
Save cbeer/1042791 to your computer and use it in GitHub Desktop.
solrconfig.xml
<requestHandler name="search" class="solr.SearchHandler" default="true" >
<lst name="defaults">
[...]
<str name="sort">score desc, pub_date_sort desc, title_sort asc</str>
[...]
</lst>
</requestHandler>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment