You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by sh...@apache.org on 2009/09/12 06:35:40 UTC

svn commit: r814109 - /lucene/solr/trunk/src/java/org/apache/solr/request/SimpleFacets.java

Author: shalin
Date: Sat Sep 12 04:35:39 2009
New Revision: 814109

URL: http://svn.apache.org/viewvc?rev=814109&view=rev
Log:
DF is defined in CommonParams instead of SolrParams

Modified:
    lucene/solr/trunk/src/java/org/apache/solr/request/SimpleFacets.java

Modified: lucene/solr/trunk/src/java/org/apache/solr/request/SimpleFacets.java
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/src/java/org/apache/solr/request/SimpleFacets.java?rev=814109&r1=814108&r2=814109&view=diff
==============================================================================
--- lucene/solr/trunk/src/java/org/apache/solr/request/SimpleFacets.java (original)
+++ lucene/solr/trunk/src/java/org/apache/solr/request/SimpleFacets.java Sat Sep 12 04:35:39 2009
@@ -183,7 +183,7 @@
 
     NamedList res = new SimpleOrderedMap();
 
-    /* Ignore SolrParams.DF - could have init param facet.query assuming
+    /* Ignore CommonParams.DF - could have init param facet.query assuming
      * the schema default with query param DF intented to only affect Q.
      * If user doesn't want schema default for facet.query, they should be
      * explicit.