DF is defined in CommonParams instead of SolrParams

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@814109 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2009-09-12 04:35:39 +00:00
parent 26efaadaf1
commit fc1892279f
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ public class SimpleFacets {
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.