diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 84e728b46da..20237e40a96 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -134,6 +134,11 @@ New Features * SOLR-1709: Distributed support for Date and Numeric Range Faceting (Peter Sturge, David Smiley, hossman) +* SOLR-2383: /browse improvements: generalize range and date facet display + (Jan Høydahl via yonik) + + + Optimizations ---------------------- diff --git a/solr/example/solr/conf/solrconfig.xml b/solr/example/solr/conf/solrconfig.xml index 213db0af94b..0d72cb2d183 100755 --- a/solr/example/solr/conf/solrconfig.xml +++ b/solr/example/solr/conf/solrconfig.xml @@ -774,6 +774,7 @@ *:* 10 *,score + text^0.5 features^1.0 name^1.2 sku^1.5 id^10.0 manu^1.1 cat^1.4 @@ -792,6 +793,8 @@ 0 600 50 + popularity + 3 after manufacturedate_dt NOW/YEAR-10YEARS diff --git a/solr/example/solr/conf/velocity/VM_global_library.vm b/solr/example/solr/conf/velocity/VM_global_library.vm index 9ec7e09a151..3d33b512055 100644 --- a/solr/example/solr/conf/velocity/VM_global_library.vm +++ b/solr/example/solr/conf/velocity/VM_global_library.vm @@ -88,13 +88,13 @@