Skip to content

Commit

Permalink
Don't set facet.limit in the exemplar solrconfig
Browse files Browse the repository at this point in the history
When this happens, facets only show the first 10 values and don't give
any indication that there is more than 10 (the more >>) link. This will
allow users to customize a sensible limit in their Blacklight
Configuration
  • Loading branch information
jcoyne committed Feb 8, 2016
1 parent 3cea231 commit 624bc4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion solr/conf/solrconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@

<str name="facet">true</str>
<str name="facet.mincount">1</str>
<str name="facet.limit">10</str>
<str name="facet.field">format</str>
<str name="facet.field">lc_1letter_facet</str>
<str name="facet.field">lc_alpha_facet</str>
Expand Down

0 comments on commit 624bc4d

Please sign in to comment.