You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2012/04/03 01:05:57 UTC

svn commit: r1308611 - /lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml

Author: janhoy
Date: Mon Apr  2 23:05:57 2012
New Revision: 1308611

URL: http://svn.apache.org/viewvc?rev=1308611&view=rev
Log:
SOLR-3145: Velocity "/browse" config should set mm=100% to behave as in 3.x

Modified:
    lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml

Modified: lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml?rev=1308611&r1=1308610&r2=1308611&view=diff
==============================================================================
--- lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml (original)
+++ lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml Mon Apr  2 23:05:57 2012
@@ -838,6 +838,7 @@
        <str name="qf">
           text^0.5 features^1.0 name^1.2 sku^1.5 id^10.0 manu^1.1 cat^1.4
        </str>
+       <str name="mm">100%</str>
        <str name="q.alt">*:*</str>
        <str name="rows">10</str>
        <str name="fl">*,score</str>