You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2012/09/15 20:20:10 UTC

svn commit: r1385147 - in /lucene/dev/trunk/solr: CHANGES.txt example/solr/collection1/conf/solrconfig.xml

Author: markrmiller
Date: Sat Sep 15 18:20:09 2012
New Revision: 1385147

URL: http://svn.apache.org/viewvc?rev=1385147&view=rev
Log:
SOLR-3645: /terms should default to distrib=false.

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

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1385147&r1=1385146&r2=1385147&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Sat Sep 15 18:20:09 2012
@@ -231,6 +231,8 @@ Bug Fixes
 * SOLR-3465: Replication causes two searcher warmups. 
   (Michael Garski, Mark Miller)
 
+* SOLR-3645: /terms should default to distrib=false. (Nick Cotton, Mark Miller)
+
 
 Other Changes
 ----------------------

Modified: lucene/dev/trunk/solr/example/solr/collection1/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/solr/collection1/conf/solrconfig.xml?rev=1385147&r1=1385146&r2=1385147&view=diff
==============================================================================
--- lucene/dev/trunk/solr/example/solr/collection1/conf/solrconfig.xml (original)
+++ lucene/dev/trunk/solr/example/solr/collection1/conf/solrconfig.xml Sat Sep 15 18:20:09 2012
@@ -1449,6 +1449,7 @@
   <requestHandler name="/terms" class="solr.SearchHandler" startup="lazy">
      <lst name="defaults">
       <bool name="terms">true</bool>
+      <bool name="distrib">false</bool>
     </lst>     
     <arr name="components">
       <str>terms</str>