You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by er...@apache.org on 2012/07/20 14:23:37 UTC

svn commit: r1363747 - /lucene/dev/branches/branch_4x/solr/example/solr/collection1/conf/solrconfig.xml

Author: erick
Date: Fri Jul 20 12:23:36 2012
New Revision: 1363747

URL: http://svn.apache.org/viewvc?rev=1363747&view=rev
Log:
fix for SOLR-3646 (specify df in example configs)

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

Modified: lucene/dev/branches/branch_4x/solr/example/solr/collection1/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/example/solr/collection1/conf/solrconfig.xml?rev=1363747&r1=1363746&r2=1363747&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/example/solr/collection1/conf/solrconfig.xml (original)
+++ lucene/dev/branches/branch_4x/solr/example/solr/collection1/conf/solrconfig.xml Fri Jul 20 12:23:36 2012
@@ -849,6 +849,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="df">text</str>
        <str name="mm">100%</str>
        <str name="q.alt">*:*</str>
        <str name="rows">10</str>