Created
June 23, 2011 15:40
-
-
Save cbeer/1042791 to your computer and use it in GitHub Desktop.
solrconfig.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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