You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gs...@apache.org on 2011/03/02 17:50:00 UTC

svn commit: r1076288 - /lucene/dev/branches/branch_3x/solr/example/solr/conf/solrconfig.xml

Author: gsingers
Date: Wed Mar  2 16:49:59 2011
New Revision: 1076288

URL: http://svn.apache.org/viewvc?rev=1076288&view=rev
Log:
SOLR-2385: mlt support

Modified:
    lucene/dev/branches/branch_3x/solr/example/solr/conf/solrconfig.xml

Modified: lucene/dev/branches/branch_3x/solr/example/solr/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/example/solr/conf/solrconfig.xml?rev=1076288&r1=1076287&r2=1076288&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/example/solr/conf/solrconfig.xml (original)
+++ lucene/dev/branches/branch_3x/solr/example/solr/conf/solrconfig.xml Wed Mar  2 16:49:59 2011
@@ -779,7 +779,7 @@
        <str name="v.layout">layout</str>
        <str name="title">Solritas</str>
 
-       <str name="defType">dismax</str>
+       <str name="defType">edismax</str>
        <str name="q.alt">*:*</str>
        <str name="rows">10</str>
        <str name="fl">*,score</str>